From ee0047011eccba658006e148e90fa78bcc0bd379 Mon Sep 17 00:00:00 2001 From: guillaume Date: Tue, 31 Mar 2009 15:53:03 +0000 Subject: [PATCH] Documentation fixes. git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7782 a7884b65-44f6-0310-8a51-81a127f17b15 --- docs/en_US/bugreport.html | 4 ++-- docs/en_US/debugger.html | 4 ++-- docs/en_US/extend.html | 2 +- docs/en_US/gqb.html | 2 +- docs/en_US/macros.html | 4 ++-- docs/en_US/maintenance.html | 2 +- docs/en_US/options-tab1.html | 4 ++-- docs/en_US/options-tab2.html | 6 +++--- docs/en_US/options-tab3.html | 2 +- docs/en_US/options-tab4.html | 2 +- docs/en_US/options-tab5.html | 2 +- docs/en_US/pgagent-schedules.html | 10 +++++----- docs/en_US/pgscript.html | 24 ++++++++++++------------ docs/en_US/query.html | 6 +++--- docs/en_US/reports.html | 2 +- docs/en_US/slony-install.html | 2 +- docs/en_US/using.html | 5 +++-- 17 files changed, 42 insertions(+), 41 deletions(-) diff --git a/docs/en_US/bugreport.html b/docs/en_US/bugreport.html index 3af1b6029..0cbf83e1c 100644 --- a/docs/en_US/bugreport.html +++ b/docs/en_US/bugreport.html @@ -22,8 +22,8 @@ following:

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:

-

For more information on the pgScript language please look at the +

For more information on the pgScript language, please look at the pgScript scripting language reference.

If you want to have help about a SQL command you want to execute, you can mark a SQL keyword and select SQL Help from the Help menu, @@ -115,7 +115,7 @@ from the server to the Data Output page.

In the toolbar combobox you can quickly change your database connection from one database to another, without launching another instance of the query tool. -Initially, only one database will be available, but by selecting &less;new connection> from +Initially, only one database will be available, but by selecting <new connection> from the combobox, you can add another connection to it.

@@ -126,7 +126,7 @@ default, this value will be 100. If the number of rows to retrieve from the server exceeds this value, a message box will appear asking what to do to prevent retrieval of an unexpected high amount of data. You may decide to retrieve just the first rows, as configured with -tha max rows setting, or retrieving the complete rowset regardless of +the max rows setting, or retrieving the complete rowset regardless of the setting, or abort the query, effectively retrieving zero rows.

If you have queries that you execute often, you can add these to the diff --git a/docs/en_US/reports.html b/docs/en_US/reports.html index e6279ce74..fd120aafc 100644 --- a/docs/en_US/reports.html +++ b/docs/en_US/reports.html @@ -25,7 +25,7 @@ a report in the Query Tool, select the Quick Report option from the File menu.

Each report contains a title and optional notes that can be modified before the report is produced. In addition, you may select whether or not to include -any SQL that may be relevant to the report you have select. +any SQL that may be relevant to the report you have selected.

Reports are generated internally in XML, however pgAdmin can apply an XML diff --git a/docs/en_US/slony-install.html b/docs/en_US/slony-install.html index 34e0d2e2b..937202f2a 100644 --- a/docs/en_US/slony-install.html +++ b/docs/en_US/slony-install.html @@ -13,7 +13,7 @@

Prerequisites

As a prerequisite to running Slony-I on PostgreSQL, the slony modules -xxid and slony1_funcs must be present on all servers that have are to run a +xxid and slony1_funcs must be present on all servers that have to run a Slony-I replication node. This is usually done by the Slony-I installation routine.

diff --git a/docs/en_US/using.html b/docs/en_US/using.html index 1436d3a9d..7e08d9bd1 100644 --- a/docs/en_US/using.html +++ b/docs/en_US/using.html @@ -44,7 +44,8 @@ pgAdmin II for these.

  • The Report Tool generates simple reports from data and objects within your databases.

  • The Server status window will show - the currently connected users, locks and the server log of the selected database server.

    + the currently connected users, locks, prepared transactions and the server + log of the selected database server.

  • The Options dialogue will allow you to configure pgAdmin.

  • Guru Hints help you perfect your databases.

    @@ -52,7 +53,7 @@ pgAdmin II for these.

    When editing the properties of a database object, pgAdmin will support you with help about the underlying PostgreSQL SQL commands, -if you press the F1 function key. In order for this to work, the sql +if you press the F1 function key. In order for this to work, the SQL helpsite setting in the options dialog must be set correctly.

    -- 2.39.5