diff options
author | Bruce Momjian | 2008-05-07 16:36:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-05-07 16:36:43 +0000 |
commit | 00756a5691a9934cabecbe1a01b91f47c2a5c869 (patch) | |
tree | e0eb507e8638848455fc1b3fd9a142ca38193d7b | |
parent | 0423de4d30850327e3c6860377b82a77cf45a1d2 (diff) |
Move Client Authentication right after Server Configuration in docs.
Scott Marlowe
-rw-r--r-- | doc/src/sgml/postgres.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 3c3024e3f3c..041bcfa7322 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.85 2007/11/14 02:36:43 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.86 2008/05/07 16:36:43 momjian Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [ @@ -146,9 +146,9 @@ &installw; &runtime; &config; + &client-auth; &user-manag; &manage-ag; - &client-auth; &charset; &maintenance; &backup; |