correct refpurposes ...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186405 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Cornelia Boenigk 2005-05-14 21:11:17 +00:00
parent 41180bacab
commit a87aea2b83
3 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry id="function.pg-get-notify">
<refnamediv>
<refname>pg_get_notify</refname>
<refpurpose>Ping database connection</refpurpose>
<refpurpose>Gets SQL NOTFY message</refpurpose>
</refnamediv>
<refsect1 role="description">

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.pg-get-pid">
<refnamediv>
<refname>pg_get_pid</refname>
<refpurpose>Ping database connection</refpurpose>
<refpurpose>Gets backend's process ID</refpurpose>
</refnamediv>
<refsect1 role="description">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
<refentry id='function.pg-insert'>
<refnamediv>
@ -22,9 +22,8 @@
<function>pg_insert</function> inserts the values of <parameter>assoc_array</parameter>
into the table specified by <parameter>table_name</parameter>.
<parameter>table_name</parameter> must at least have as many columns as
<parameter>assoc_array</parameter> has elements. The fieldnames as
well as the fieldvalues in <parameter>table_name</parameter>
must match the indices and values of <parameter>assoc_array</parameter>.
<parameter>assoc_array</parameter> has elements. The fieldnames in
<parameter>table_name</parameter> must match the indices of <parameter>assoc_array</parameter>.
&return.success;
If <parameter>options</parameter> is specified, <function>pg_insert</function>
is applied to <parameter>assoc_array</parameter> with specified option.