From 273855f6a9f3c1bedbc62b270c5c57294e76a9b8 Mon Sep 17 00:00:00 2001
From: Joey Smith <joey@php.net>
Date: Sat, 30 Nov 2002 02:10:12 +0000
Subject: [PATCH] Fixed a typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106241 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/pgsql/reference.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reference/pgsql/reference.xml b/reference/pgsql/reference.xml
index ebf4c2ff22..ea70414996 100644
--- a/reference/pgsql/reference.xml
+++ b/reference/pgsql/reference.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.pgsql">
   <title>PostgreSQL functions</title>
   <titleabbrev>PostgreSQL</titleabbrev>
@@ -172,8 +172,8 @@
     the feature required for the function. 
    </para>
    <para>
-    It is also important that you use newer libpq than PostgreSQL
-    Server to be connected. If you use libpq older than PostgreSQL
+    It is also important that you do not use an older libpq than the PostgreSQL
+    Server to which you will be connecting. If you use libpq older than PostgreSQL
     Server expects, you may have problems.
    </para>
    <para>