projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dab708e
)
Add note explaining that multiple prompts for a password are normal
author
Tom Lane
Mon, 22 Oct 2001 23:48:11 +0000
(23:48 +0000)
committer
Tom Lane
Mon, 22 Oct 2001 23:48:11 +0000
(23:48 +0000)
behavior when password auth is used.
doc/src/sgml/ref/createlang.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/createlang.sgml
b/doc/src/sgml/ref/createlang.sgml
index d38619e70196f45837de6402e95ac51868e771dc..f0abeeae22a25823539666dc03633fab564f9478 100644
(file)
--- a/
doc/src/sgml/ref/createlang.sgml
+++ b/
doc/src/sgml/ref/createlang.sgml
@@
-1,5
+1,5
@@
@@
-186,6
+186,13
@@
Postgres documentation
Use
to remove a language.
+
+
+
createlang
is a shell script that invokes
+
psql
several times. If you have things
+ arranged so that a password prompt is required to connect, you will be
+ prompted for a password several times.
+