From 51dda0c91699393113905bd3734ef1d6161e9134 Mon Sep 17 00:00:00 2001 From: Gyozo Papp Date: Fri, 8 Feb 2002 22:38:44 +0000 Subject: [PATCH] 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 --- functions/pgsql.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index fa85e031d4..940c25470d 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -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. @@ -1852,7 +1852,7 @@ $dbconn4 = pg_connect ($conn_string); PGSQL_FATAL_ERROR. - See also pgsql_connection_status. + See also pg_connection_status.