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:33 +0200 |
commit | 542131c9e75b6d7bd068e514dae0e2b5ac708203 (patch) | |
tree | 608ab0d346fbe0d21f4f71059fb3a4c2a0038b92 /doc/src | |
parent | d50f2812108af287879c72b8cc5856d7db5b72b6 (diff) |
Fix copy/paste error
Diffstat (limited to 'doc/src')
-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> |