From f6279e9ed7b439f52ff50209e86cd034e49bff97 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Mon, 20 Sep 2004 00:04:19 +0000 Subject: [PATCH] Minor documentation cleanup and improvement. --- doc/src/sgml/ref/create_operator.sgml | 10 ++++++---- doc/src/sgml/ref/deallocate.sgml | 11 ++++++++++- doc/src/sgml/ref/drop_trigger.sgml | 6 +++--- doc/src/sgml/ref/execute.sgml | 11 ++++++++++- doc/src/sgml/ref/postmaster.sgml | 8 ++++---- doc/src/sgml/ref/prepare.sgml | 14 ++++++++++++-- doc/src/sgml/ref/rollback_to.sgml | 4 ++-- doc/src/sgml/ref/savepoint.sgml | 6 +++--- doc/src/sgml/ref/set_transaction.sgml | 8 ++++---- doc/src/sgml/ref/start_transaction.sgml | 4 ++-- 10 files changed, 56 insertions(+), 26 deletions(-) diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index 029d1af0d90..278fe3f3a08 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 82f0639f54c..a0d943f4adf 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 a7312adc653..1c59ec81bbd 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 6a77048c3eb..cd18a36561d 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 69f5dfb4e2d..acc02b24970 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 d57792ee3dd..df66ca2bb73 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 823bd991953..3d85572dd2f 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: - + -- 2.39.5