mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106241 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d47b8a1c08
commit
273855f6a9
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue