diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-17 23:41:34 +0000 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-17 23:41:34 +0000 |
| commit | 7094b48b23ead90e2eb5cfbe44cabe0f9f19b296 (patch) | |
| tree | 86385809d4bb2cab8279f78de48b055013a17b36 /ext/pgsql/README | |
| parent | 30c16baac27b0e74ce900d9ffdd076b381ad0a0d (diff) | |
| download | php-git-7094b48b23ead90e2eb5cfbe44cabe0f9f19b296.tar.gz | |
Added pg_get_pid()
Diffstat (limited to 'ext/pgsql/README')
| -rw-r--r-- | ext/pgsql/README | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/ext/pgsql/README b/ext/pgsql/README index 2a1b0f4212..2b4c412338 100644 --- a/ext/pgsql/README +++ b/ext/pgsql/README @@ -43,14 +43,13 @@ module with specific version. You need to install PostgreSQL somewhere in your system to build PHP with PostgreSQL support. ==== Note For PostgreSQL 7.2 ==== -I've tested upto 7.2.1. +I've tested upto 7.2.2. ==== TODO List === Make pg_convert() smater. - Better regex - User defiend type support Support async connection. -Support async notification. ==== Experimental Functions ===== @@ -217,6 +216,19 @@ array pg_select(resource db, string table, array ids[, bool convert]) Select records that has ids (id=>value) -------------------------------------------------------------------- +array pg_get_notify([resource db[, notify]]) + Get notify message on the connection + +-------------------------------------------------------------------- +string pg_unescape_bytea(string bytea_data) + Unescape bytea field data + +-------------------------------------------------------------------- +bool pg_ping(resource db) + ping database connection and try to reset connection if it's + broken + +------------------------------------------------------------------- Again, experimental functions are subject to be changed without notice. |
