diff options
author | Magnus Hagander | 2011-10-25 20:46:14 +0000 |
---|---|---|
committer | Magnus Hagander | 2011-10-25 20:46:14 +0000 |
commit | b0bec068e221f1774b1b444ce687370580b3bc70 (patch) | |
tree | b07d840caf56f2d3e8619b4458d50fdebf06fdb6 | |
parent | a87b9ae1612d0e01093e691a5a6b1a37e1dcb9fb (diff) |
Fix typo
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 94367b0614..2528004541 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -323,7 +323,7 @@ PostgreSQL documentation <para> This option is never essential, since - <application>pg_bsaebackup</application> will automatically prompt + <application>pg_basebackup</application> will automatically prompt for a password if the server demands password authentication. However, <application>pg_basebackup</application> will waste a connection attempt finding out that the server wants a password. |