From 00756a5691a9934cabecbe1a01b91f47c2a5c869 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 7 May 2008 16:36:43 +0000
Subject: [PATCH] Move Client Authentication right after Server Configuration
 in docs.

Scott Marlowe
---
 doc/src/sgml/postgres.sgml | 4 ++--
 1 file 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;
-- 
GitLab