From: Neil Conway Date: Mon, 20 Sep 2004 00:04:19 +0000 (+0000) Subject: Minor documentation cleanup and improvement. X-Git-Tag: REL9_0_0~11861 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f6279e9ed7b439f52ff50209e86cd034e49bff97;p=pg-rex%2Fsyncrep.git Minor documentation cleanup and improvement. --- diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index 029d1af0d9..278fe3f3a0 100644 --- a/doc/src/sgml/ref/create_operator.sgml +++ b/doc/src/sgml/ref/create_operator.sgml @@ -1,5 +1,5 @@ @@ -262,9 +262,11 @@ COMMUTATOR = OPERATOR(myschema.===) , - Use DROP OPERATOR to delete user-defined - operators from a database. Use ALTER OPERATOR - to modify operators in a database. + Use to delete user-defined operators + from a database. Use to modify operators in a + database. diff --git a/doc/src/sgml/ref/deallocate.sgml b/doc/src/sgml/ref/deallocate.sgml index 82f0639f54..a0d943f4ad 100644 --- a/doc/src/sgml/ref/deallocate.sgml +++ b/doc/src/sgml/ref/deallocate.sgml @@ -1,5 +1,5 @@ @@ -71,6 +71,15 @@ DEALLOCATE [ PREPARE ] plan_name statement, but it is only for use in embedded SQL. + + + See Also + + + + + + @@ -51,8 +51,8 @@ DROP TRIGGER name ON table - The name (optionally schema-qualified) of a table for which the - trigger is defined. + The name (optionally schema-qualified) of the table for which + the trigger is defined. diff --git a/doc/src/sgml/ref/execute.sgml b/doc/src/sgml/ref/execute.sgml index a7312adc65..1c59ec81bb 100644 --- a/doc/src/sgml/ref/execute.sgml +++ b/doc/src/sgml/ref/execute.sgml @@ -1,5 +1,5 @@ @@ -105,6 +105,15 @@ EXECUTE plan_name [ ( + + + See Also + + + + + + @@ -84,7 +84,7 @@ PostgreSQL documentation point to a directory containing only configuration files: postgresql.conf, pg_hba.conf, and pg_ident.conf. You can then set - postgresql.conf's pgdata to point to the + postgresql.conf's pgdata variable to point to the data directory. You can also point just to the server configuration file like postgresql.conf and set its variables to point to the other configuration files and the data directory. @@ -164,8 +164,8 @@ PostgreSQL documentation - Disables fsync calls for performance - improvement, at the risk of data corruption in event of a + Disables fsync calls for improved + performance, at the risk of data corruption in the event of a system crash. Specifying this option is equivalent to disabling the configuration parameter. Read the detailed documentation before using this! diff --git a/doc/src/sgml/ref/prepare.sgml b/doc/src/sgml/ref/prepare.sgml index 6a77048c3e..cd18a36561 100644 --- a/doc/src/sgml/ref/prepare.sgml +++ b/doc/src/sgml/ref/prepare.sgml @@ -1,5 +1,5 @@ @@ -129,7 +129,8 @@ PREPARE plan_name [ (PostgreSQL has chosen for a prepared - statement, use EXPLAIN EXECUTE. + statement, use . @@ -173,6 +174,15 @@ EXECUTE usrrptplan(1, current_date); syntax. + + + See Also + + + + + + @@ -146,9 +146,9 @@ COMMIT; - + diff --git a/doc/src/sgml/ref/savepoint.sgml b/doc/src/sgml/ref/savepoint.sgml index 69f5dfb4e2..acc02b2497 100644 --- a/doc/src/sgml/ref/savepoint.sgml +++ b/doc/src/sgml/ref/savepoint.sgml @@ -1,5 +1,5 @@ @@ -126,10 +126,10 @@ COMMIT; + + - - diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml index d57792ee3d..df66ca2bb7 100644 --- a/doc/src/sgml/ref/set_transaction.sgml +++ b/doc/src/sgml/ref/set_transaction.sgml @@ -1,4 +1,4 @@ - + SET TRANSACTION @@ -30,13 +30,13 @@ where transaction_mode is one of: Description - The SET TRANSACTION command sets the transaction + The SET TRANSACTION command sets the characteristics of the current transaction. It has no effect on any subsequent transactions. SET SESSION CHARACTERISTICS sets the default transaction characteristics for subsequent transactions of a session. These - defaults can be overridden by SET TRANSACTION for an - individual transaction. + defaults can be overridden by SET TRANSACTION + for an individual transaction. diff --git a/doc/src/sgml/ref/start_transaction.sgml b/doc/src/sgml/ref/start_transaction.sgml index 823bd99195..3d85572dd2 100644 --- a/doc/src/sgml/ref/start_transaction.sgml +++ b/doc/src/sgml/ref/start_transaction.sgml @@ -1,5 +1,5 @@ @@ -85,8 +85,8 @@ where transaction_mode is one of: - +