change SQL3 to SQL99 and correct a broken function cross-reference

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69790 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gyozo Papp 2002-02-08 22:38:44 +00:00
parent b37431f58b
commit 51dda0c916

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.68 $ -->
<!-- $Revision: 1.69 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@ -62,7 +62,7 @@ pg_loexport pg_lo_export
Postgres, developed originally in the UC Berkeley Computer Science
Department, pioneered many of the object-relational concepts now
becoming available in some commercial databases. It provides
SQL92/SQL3 language support, transaction integrity and type
SQL92/SQL99 language support, transaction integrity and type
extensibility. PostgreSQL is an open source descendant of this
original Berkeley code.
</para>
@ -1852,7 +1852,7 @@ $dbconn4 = pg_connect ($conn_string);
PGSQL_FATAL_ERROR.
</para>
<para>
See also <function>pgsql_connection_status</function>.
See also <function>pg_connection_status</function>.
</para>
</refsect1>
</refentry>