From: Peter Eisentraut Date: Sat, 19 May 2012 22:15:55 +0000 (+0300) Subject: Some reference page improvements X-Git-Tag: REL9_2_BETA2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe2534e534c0572a71d6f0d2d51a2d058fc3524c;p=postgresql Some reference page improvements initdb: Add -T option oid2name: Put options in some non-random order pg_dump: Put --section option in the right place And some additional markup and terminology improvements. --- diff --git a/doc/src/sgml/oid2name.sgml b/doc/src/sgml/oid2name.sgml index a4c83925ab..30e8bb1972 100644 --- a/doc/src/sgml/oid2name.sgml +++ b/doc/src/sgml/oid2name.sgml @@ -60,18 +60,23 @@ - oid - show info for table with OID oid + filenode + show info for table with filenode filenode - filenode - show info for table with filenode filenode + + include indexes and sequences in the listing - tablename_pattern - show info for table(s) matching tablename_pattern + oid + show info for table with OID oid + + + + + omit headers (useful for scripting) @@ -88,8 +93,8 @@ - - include indexes and sequences in the listing + tablename_pattern + show info for table(s) matching tablename_pattern @@ -98,12 +103,14 @@ schema name, and OID + + - - - omit headers (useful for scripting) - + + oid2name also accepts the following command-line + arguments for connection parameters: + database database to connect to diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 89f392eaeb..b2e94e83d8 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -230,6 +230,7 @@ PostgreSQL documentation + @@ -283,7 +284,7 @@ PostgreSQL documentation - Other, less commonly used, parameters are also available: + Other, less commonly used, options are also available: diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 7e343e671b..76bfcf1cbb 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -129,7 +129,7 @@ PostgreSQL documentation stdout. - This parameter is required. + This option is required. @@ -420,7 +420,7 @@ PostgreSQL documentation - Other, less commonly used, parameters are also available: + Other, less commonly used, options are also available: diff --git a/doc/src/sgml/ref/pg_controldata.sgml b/doc/src/sgml/ref/pg_controldata.sgml index 7926acb918..c9eebc089e 100644 --- a/doc/src/sgml/ref/pg_controldata.sgml +++ b/doc/src/sgml/ref/pg_controldata.sgml @@ -42,9 +42,9 @@ PostgreSQL documentation it requires read access to the data directory. You can specify the data directory on the command line, or use the environment variable PGDATA. This utility supports the options - -V and --version, which print the + diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 4f7f5109fb..12ddd25966 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -413,22 +413,6 @@ PostgreSQL documentation - - - - - Only dump the named section. The name can be one of - - Post-data items consist of definitions of indexes, triggers, rules - and constraints other than validated check constraints. - Pre-data items consist of all other data definition items. - - - - @@ -734,6 +718,22 @@ PostgreSQL documentation + + + + + Only dump the named section. The name can be one of + + Post-data items consist of definitions of indexes, triggers, rules + and constraints other than validated check constraints. + Pre-data items consist of all other data definition items. + + + + diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index 07f64181c1..8e5fca4022 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -192,7 +192,7 @@ PostgreSQL documentation - Other, less commonly used, parameters are also available: + Other, less commonly used, options are also available: diff --git a/doc/src/sgml/ref/pg_resetxlog.sgml b/doc/src/sgml/ref/pg_resetxlog.sgml index fe67a3d1f2..e98ae40445 100644 --- a/doc/src/sgml/ref/pg_resetxlog.sgml +++ b/doc/src/sgml/ref/pg_resetxlog.sgml @@ -63,13 +63,13 @@ PostgreSQL documentation If pg_resetxlog complains that it cannot determine valid data for pg_control, you can force it to proceed anyway - by specifying the -f (force) switch. In this case plausible + by specifying the - The -o, -x, -e, - -m, -O, - and -l - switches allow the next OID, next transaction ID, next transaction ID's + The