projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1aed95
)
doc: Correct ALTER USER MAPPING example
author
Peter Eisentraut
Tue, 20 Sep 2016 16:00:00 +0000
(12:00 -0400)
committer
Peter Eisentraut
Tue, 20 Sep 2016 16:00:00 +0000
(12:00 -0400)
The existing example threw an error.
From: gabrielle
doc/src/sgml/ref/alter_user_mapping.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_user_mapping.sgml
b/doc/src/sgml/ref/alter_user_mapping.sgml
index 3cd51b14139454c9f318acee8362b7d5af47826a..3fdac7866c78141b8e24d17acd56cf204d3cabb8 100644
(file)
--- a/
doc/src/sgml/ref/alter_user_mapping.sgml
+++ b/
doc/src/sgml/ref/alter_user_mapping.sgml
@@
-89,9
+89,9
@@
ALTER USER MAPPING FOR {
user_name
Examples
- Change the password for user mapping
bob>, server
foo>:
+ Change the password for user mapping
bob>, server
foo>:
-ALTER USER MAPPING FOR bob SERVER foo OPTIONS (
user 'bob',
password 'public');
+ALTER USER MAPPING FOR bob SERVER foo OPTIONS (
SET
password 'public');