From 9f728c93cc2a3c02c08eb64ca5789b1c59b06df1 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 7 Aug 2002 09:59:23 +0000 Subject: [PATCH] remove integrated file git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91141 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.constants.pgsql.xml | 235 ------------------------ 1 file changed, 235 deletions(-) delete mode 100644 appendices/reserved.constants.pgsql.xml diff --git a/appendices/reserved.constants.pgsql.xml b/appendices/reserved.constants.pgsql.xml deleted file mode 100644 index 3518924e81..0000000000 --- a/appendices/reserved.constants.pgsql.xml +++ /dev/null @@ -1,235 +0,0 @@ - - - - - pgsql Predefined Constants - Constants defined in the pgsql extension - - - Description - - These constants are defined by the pgsql extension, and - will only be available when that extension has either been - compiled into PHP or dynamically loaded at runtime. - - - - - PGSQL_ASSOC - (integer) - - - - - - - - - - PGSQL_NUM - (integer) - - - - - - - - - - PGSQL_BOTH - (integer) - - - - - - - - - - PGSQL_CONNECTION_BAD - (integer) - - - - - - - - - - PGSQL_CONNECTION_OK - (integer) - - - - - - - - - - PGSQL_SEEK_SET - (integer) - - - - - - - - - - PGSQL_SEEK_CUR - (integer) - - - - - - - - - - PGSQL_SEEK_END - (integer) - - - - - - - - - - PGSQL_ESCAPE_STRING - (integer) - - - - - - - - - - PGSQL_ESCAPE_BYTEA - (integer) - - - - - - - - - - PGSQL_EMPTY_QUERY - (integer) - - - - - - - - - - PGSQL_COMMAND_OK - (integer) - - - - - - - - - - PGSQL_TUPLES_OK - (integer) - - - - - - - - - - PGSQL_COPY_OUT - (integer) - - - - - - - - - - PGSQL_COPY_IN - (integer) - - - - - - - - - - PGSQL_BAD_RESPONSE - (integer) - - - - - - - - - - PGSQL_NONFATAL_ERROR - (integer) - - - - - - - - - - PGSQL_FATAL_ERROR - (integer) - - - - - - - - - - - -