From ee0047011eccba658006e148e90fa78bcc0bd379 Mon Sep 17 00:00:00 2001
From: guillaume
Ahh, so you've found a new one then?
-Post your report to support -mailing list, include the following informations:
+Post your report to the support +mailing list, and include the following informations:
Once the debugger session has started you can step through the code using +
Once the debugger session has started, you can step through the code using the menu options, keyboard shortcuts or toolbar buttons. Breakpoints may be set or cleared by clicking in the margin of the source window, or by clicking on the desired code line and using the "Toggle breakpoint" button or menu option. If you step into other functions, the Stack pane may be used to navigate -to different stack frames - simply select the frame you with to view.
+to different stack frames - simply select the frame you wish to view.When the debugger has reached the end of the executable code, if running in-context it will wait for the next call to the function, otherwise it will prompt for diff --git a/docs/en_US/extend.html b/docs/en_US/extend.html index ee588b7d3..3e852c450 100644 --- a/docs/en_US/extend.html +++ b/docs/en_US/extend.html @@ -48,7 +48,7 @@ if required):
The module should now be built, and installed into your existing PostgreSQL installation. -to be used, you must now install the module into the database you use as pgAdmin's Maintenance +To be used, you must now install the module into the database you use as pgAdmin's Maintenance DB (normally postgres, though you may wish to use a different database). To do so, locate the admin.sql or admin81.sql file installed in the previous step - normally this may be found in /usr/local/pgsql/share/contrib/ and run it against your database. You will diff --git a/docs/en_US/gqb.html b/docs/en_US/gqb.html index 1781f81c2..91aafbe43 100644 --- a/docs/en_US/gqb.html +++ b/docs/en_US/gqb.html @@ -47,7 +47,7 @@ the criteria will be joined to the next (if any).
The query results may be ordered on the Ordering tab. Select the columns required on the left, and use the buttons in the middle to add them to the ordering list on the right. You can also remove columns in the same way. -For each column added to the ordering list you can specify the sorting +For each column added to the ordering list, you can specify the sorting direction. You can also adjust the priority of each ordering column by selecting it, and moving it up or down the list using the buttons on the right.
diff --git a/docs/en_US/macros.html b/docs/en_US/macros.html index 8032ec099..7beed36e4 100644 --- a/docs/en_US/macros.html +++ b/docs/en_US/macros.html @@ -13,8 +13,8 @@Query Tool Macros enable you to execute pre-defined SQL queries with single key press. Pre-defined queries can contain the placeholder - $SELECTION$. Upon macro execution the placeholder will be replaced with - the text current selected in the SQL pane of the Query Tool. + $SELECTION$. Upon macro execution, the placeholder will be replaced with + the currently selected text in the SQL pane of the Query Tool.
To create a macro, select the Manage Macros option from the Macros menu diff --git a/docs/en_US/maintenance.html b/docs/en_US/maintenance.html index 34ebf57dc..7ba280645 100644 --- a/docs/en_US/maintenance.html +++ b/docs/en_US/maintenance.html @@ -28,7 +28,7 @@ VACUUM command to learn more about the options.
The output of the database server is displayed in the messages page as they arrive. If Verbose is selected, the server will send very detailed info about what it did.
-While this tools is very handy for ad-hoc maintenance purposes, +
While this tool is very handy for ad-hoc maintenance purposes, you are encouraged to install an automatic job, that performs a VACUUM job regularly to keep your database in a neat state.