mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added notification for function rename and obsolete API.
Changed pg_last_notice() note. pg_last_notice() is experimental. It's not implemented fully. (It does not take into account connection parameter, currently) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65383 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f5a215897b
commit
992e5eb9d1
1 changed files with 21 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.59 $ -->
|
||||
<!-- $Revision: 1.60 $ -->
|
||||
<reference id="ref.pgsql">
|
||||
<title>PostgreSQL functions</title>
|
||||
<titleabbrev>PostgreSQL</titleabbrev>
|
||||
|
@ -11,6 +11,21 @@
|
|||
a bug in notice message handling.
|
||||
</para>
|
||||
</warning>
|
||||
<warning>
|
||||
<para>
|
||||
PostgreSQL function names will be changed in 4.2.0 release to
|
||||
confirm current coding standard. Most of new names will have
|
||||
additional under score(s), e.g. pg_lo_open(). Some functions are
|
||||
renamed to different name for consistency. e.g. pg_exec() to
|
||||
pg_query(). Older names may be used in 4.2.0 and a few releases
|
||||
from 4.2.0, but they may be deleted in the future. CVS version
|
||||
has new function names.
|
||||
</para>
|
||||
<para>
|
||||
Obsolete pg_connect()/pg_pconnect() may be depreciated to support
|
||||
async connect feature in the future.
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
Postgres, developed originally in the UC Berkeley Computer Science
|
||||
Department, pioneered many of the object-relational concepts now
|
||||
|
@ -983,10 +998,12 @@ for ($i=0; $i < $num; $i++) {
|
|||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
<function>pg_last_notice</function> is added form PHP
|
||||
This function is EXPERIMENTAL and it is not fully implemented
|
||||
yet. <function>pg_last_notice</function> is added form PHP
|
||||
4.0.6. However, PHP 4.0.6 has problem with notice message
|
||||
handling. Use of PostgreSQL module with PHP 4.0.6 is not recommended
|
||||
even if you are not using <function>pg_last_notice</function>.
|
||||
handling. Use of PostgreSQL module with PHP 4.0.6 is not
|
||||
recommended even if you are not using
|
||||
<function>pg_last_notice</function>.
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue