From 7ff9812f9aef584b6ee076378d77a09a68f12d97 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 8 Jun 2017 12:12:31 -0400 Subject: Put new command-line options in alphabetical order --- doc/src/sgml/ref/pg_dumpall.sgml | 16 +++++------ doc/src/sgml/ref/pg_recvlogical.sgml | 52 ++++++++++++++++++------------------ doc/src/sgml/ref/pgbench.sgml | 20 +++++++------- 3 files changed, 44 insertions(+), 44 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index b45e813486..2ab570ad4c 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -333,23 +333,23 @@ PostgreSQL documentation - + - Do not dump passwords for roles. When restored, roles will have a NULL - password and authentication will always fail until the password is reset. - Since password values aren't needed when this option is specified we - use the catalog view pg_roles in preference to pg_authid, since access - to pg_authid may be restricted by security policy. + Do not dump publications. - + - Do not dump publications. + Do not dump passwords for roles. When restored, roles will have a NULL + password and authentication will always fail until the password is reset. + Since password values aren't needed when this option is specified we + use the catalog view pg_roles in preference to pg_authid, since access + to pg_authid may be restricted by security policy. diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index eaea94df8b..9c7bb1907b 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -113,6 +113,32 @@ PostgreSQL documentation output and other replication behavior: + + + + + + In mode, automatically stop replication + and exit with normal exit status 0 when receiving reaches the + specified LSN. If specified when not in + mode, an error is raised. + + + + If there's a record with LSN exactly equal to lsn, + the record will be output. + + + + The option is not aware of transaction + boundaries and may truncate output partway through a transaction. + Any partially output transaction will not be consumed and will be + replayed again when the slot is next read from. Individual messages + are never truncated. + + + + @@ -162,32 +188,6 @@ PostgreSQL documentation - - - - - - In mode, automatically stop replication - and exit with normal exit status 0 when receiving reaches the - specified LSN. If specified when not in - mode, an error is raised. - - - - If there's a record with LSN exactly equal to lsn, - the record will be output. - - - - The option is not aware of transaction - boundaries and may truncate output partway through a transaction. - Any partially output transaction will not be consumed and will be - replayed again when the slot is next read from. Individual messages - are never truncated. - - - - diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 5735c48717..64b043b48a 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -579,6 +579,16 @@ pgbench options dbname + + + + + Set the filename prefix for the log files created by + + + + @@ -610,16 +620,6 @@ pgbench options dbname - - - - - Set the filename prefix for the log files created by - - - - -- cgit v1.2.3