From 0d9bdbcaae00dac89a82c25e66e4a859130e2fe8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 14 Jun 2017 11:09:33 -0400 Subject: Put documentation of options and commands in more alphabetical order --- doc/src/sgml/ref/initdb.sgml | 4 +- doc/src/sgml/ref/pg_dump.sgml | 28 ++++++------- doc/src/sgml/ref/psql-ref.sgml | 89 +++++++++++++++++++++--------------------- 3 files changed, 61 insertions(+), 60 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 3ce99e248b4..6efb2e442d5 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -276,8 +276,8 @@ PostgreSQL documentation - - + + Sets the default text search configuration. diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index bb0bf5d5662..bafa031e1a8 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -816,6 +816,20 @@ PostgreSQL documentation + + + + + By default, pg_dump will wait for all files + to be written safely to disk. This option causes + pg_dump to return without waiting, which is + faster, but means that a subsequent operating system crash can leave + the dump corrupt. Generally, this option is useful for testing + but should not be used when dumping data from production installation. + + + + @@ -856,20 +870,6 @@ PostgreSQL documentation - - - - - By default, pg_dump will wait for all files - to be written safely to disk. This option causes - pg_dump to return without waiting, which is - faster, but means that a subsequent operating system crash can leave - the dump corrupt. Generally, this option is useful for testing - but should not be used when dumping data from production installation. - - - - diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 3b866128623..e6eba21edab 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1250,6 +1250,23 @@ testdb=> + + \dD[S+] [ pattern ] + + + Lists domains. If pattern + is specified, only domains whose names match the pattern are shown. + By default, only user-created objects are shown; supply a + pattern or the S modifier to include system + objects. + If + is appended to the command name, each object + is listed with its associated permissions and description. + + + + + \ddp [ pattern ] @@ -1272,23 +1289,6 @@ testdb=> - - \dD[S+] [ pattern ] - - - Lists domains. If pattern - is specified, only domains whose names match the pattern are shown. - By default, only user-created objects are shown; supply a - pattern or the S modifier to include system - objects. - If + is appended to the command name, each object - is listed with its associated permissions and description. - - - - - \dE[S+] [ pattern ] \di[S+] [ pattern ] @@ -1944,18 +1944,6 @@ Tue Oct 26 21:40:57 CEST 1999 - - \gx [ filename ] - \gx [ |command ] - - - \gx is equivalent to \g, but - forces expanded output mode for this query. See \x. - - - - - \gexec @@ -2046,6 +2034,19 @@ hello 10 + + + \gx [ filename ] + \gx [ |command ] + + + \gx is equivalent to \g, but + forces expanded output mode for this query. See \x. + + + + + \h or \help [ command ] @@ -2117,21 +2118,6 @@ hello 10 - - \ir or \include_relative filename - - - The \ir command is similar to \i, but resolves - relative file names differently. When executing in interactive mode, - the two commands behave identically. However, when invoked from a - script, \ir interprets file names relative to the - directory in which the script is located, rather than the current - working directory. - - - - - \if expression \elif expression @@ -2221,6 +2207,21 @@ SELECT + + \ir or \include_relative filename + + + The \ir command is similar to \i, but resolves + relative file names differently. When executing in interactive mode, + the two commands behave identically. However, when invoked from a + script, \ir interprets file names relative to the + directory in which the script is located, rather than the current + working directory. + + + + + \l[+] or \list[+] [ pattern ] -- cgit v1.2.3