projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a0781
)
doc: Fix typo
author
Peter Eisentraut
Fri, 14 Apr 2017 23:36:34 +0000
(19:36 -0400)
committer
Peter Eisentraut
Fri, 14 Apr 2017 23:36:57 +0000
(19:36 -0400)
doc/src/sgml/client-auth.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/client-auth.sgml
b/doc/src/sgml/client-auth.sgml
index c2fc6d326152e416105a11c4167b42c0ee28c54d..d871c041ce5fe8389f74a2b40ae335b0c18c25d5 100644
(file)
--- a/
doc/src/sgml/client-auth.sgml
+++ b/
doc/src/sgml/client-auth.sgml
@@
-922,8
+922,8
@@
omicron bryanh guest1
- The password-based authentication methods are
scram>
-
md5> and
password>. These methods operate
+ The password-based authentication methods are
scram>
,
+
md5>
,
and
password>. These methods operate
similarly except for the way that the password is sent across the
connection.