]> granicus.if.org Git - php/commitdiff
New PostgreSQL functions
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 7 Jan 2002 08:14:34 +0000 (08:14 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 7 Jan 2002 08:14:34 +0000 (08:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7c874346eed9357a87ded8ac5e93bb07a809cbc4..71255cf4dfe2fb3131b930e4b03f6c86d4afbd5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
+- Added async query functions to PostgreSQL module (Yasuo)
+- Added pg_copy_to()/pg_copy_from() for PostgreSQL module (Youichi, Yasuo)
 - Added IPv6 support in FTP extension. (Stig Venaas)
 - Added CLI (command line intrerface) sapi based on a cut-down version
   of the CGI sapi which is more suited for writing shell scripts. Some of