From 1ebff9ba81afbb885d8c34d7e4e975f5cdbe9a4a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 11 Dec 2007 19:57:32 +0000 Subject: Make documentation of -W options more accurate and uniform. --- doc/src/sgml/ref/createlang.sgml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/createlang.sgml') diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index 9441eef1de0..8383c66a8f9 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ @@ -144,7 +144,18 @@ PostgreSQL documentation - Force password prompt. + Force createlang to prompt for a + password before connecting to a database. + + + + This option is never essential, since + createlang will automatically prompt + for a password if the server demands password authentication. + However, createlang will waste a + connection attempt finding out that the server wants a password. + In some cases it is worth typing -- cgit v1.2.3