diff options
author | Magnus Hagander <magnus@hagander.net> | 2013-10-02 16:42:36 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2013-10-02 16:43:46 +0200 |
commit | 513251832e0c07f6e174315d8bcf37568c94687c (patch) | |
tree | 8ad35a6a51ce5cb9f1b77b8352700378293f56f8 | |
parent | ecce2618a9c8aba46272d77412dfe02a9224ea69 (diff) |
Fix copy/paste error
-rw-r--r-- | doc/src/sgml/ref/pg_receivexlog.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index ec9afad1974..19bebb62f7a 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -132,7 +132,7 @@ PostgreSQL documentation </para> <para> The option is called <literal>--dbname</> for consistency with other - client applications, but because <application>pg_basebackup</application> + client applications, but because <application>pg_receivexlog</application> doesn't connect to any particular database in the cluster, database name in the connection string will be ignored. </para> |