svn: /phpdoc/de/trunk/reference/pgsql/ constants.xml functions/pg-execute.xml functions/pg-fetch-all.xml functions/pg-fetch-array.xml functions/pg-field-table.xml functions/pg-get-notify.xml functions/pg-insert.xml functions/pg-last-notice.xml functions/pg-meta-data.xml functions/pg-parameter-status.xml functions/pg-prepare.xml functions/pg-query-params.xml functions/pg-result-error-field.xml functions/pg-select.xml functions/pg-send-execute.xml functions/pg-send-prepare.xml functions/pg-send-qu
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Tue, 06 Feb 2018 12:04:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=344190
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/pgsql/constants.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-execute.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-all.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-array.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-field-table.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-get-notify.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-insert.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-last-notice.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-meta-data.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-parameter-status.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-prepare.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-query-params.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-result-error-field.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-select.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-send-execute.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-send-prepare.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-send-query-params.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-set-error-verbosity.xml
U phpdoc/de/trunk/reference/pgsql/functions/pg-transaction-status.xml
svn-diffs-344190.txt
(text/x-diff, 22.2 KB)
Modified: phpdoc/de/trunk/reference/pgsql/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/constants.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/constants.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334633 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 344147 Maintainer: conni Status: ready -->
<appendix xml:id="pgsql.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
@@ -543,6 +543,43 @@
</listitem>
</varlistentry>
+ <varlistentry xml:id="constant.pgsql-notice-last">
+ <term>
+ <constant>PGSQL_NOTICE_LAST</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Verwendet von <function>pg_last_notice</function>.
+ Verfügbar seit PHP 7.1.0.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.pgsql-notice-all">
+ <term>
+ <constant>PGSQL_NOTICE_ALL</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Verwendet von <function>pg_last_notice</function>.
+ Verfügbar seit PHP 7.1.0.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry xml:id="constant.pgsql-notice-clear">
+ <term>
+ <constant>PGSQL_NOTICE_CLEAR</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Verwendet von <function>pg_last_notice</function>.
+ Verfügbar seit PHP 7.1.0.
+ </simpara>
+ </listitem>
+ </varlistentry>
+
<varlistentry xml:id="constant.pgsql-status-long">
<term>
<constant>PGSQL_STATUS_LONG</constant>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-execute.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-execute.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-execute.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-execute" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_execute</refname>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-all.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-all.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-all.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329325 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 344130 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-fetch-all" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_fetch_all</refname>
@@ -12,6 +12,7 @@
<methodsynopsis>
<type>array</type><methodname>pg_fetch_all</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>result_type</parameter><initializer>PGSQL_ASSOC</initializer></methodparam>
</methodsynopsis>
<para>
<function>pg_fetch_all</function> gibt ein Array zurück, das alle
@@ -102,6 +103,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.1.0</entry>
+ <entry>
+ Der <parameter>result_type</parameter>-Parameter wurde hinzugefügt.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-array.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-array.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-fetch-array.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 341282 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-fetch-array" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_fetch_array</refname>
@@ -123,7 +123,7 @@
echo $arr[0] . " <- Zeile 1 Autor\n";
echo $arr[1] . " <- Zeile 1 E-mail\n";
-// Seit PHP 4.1.0 ist der Parameter row optional. Stattdessen kann
+// Der Parameter row ist optional. Stattdessen kann
// NULL übergeben werden. Aufeinanderfolgende Aufrufe von
// pg_fetch_array liefern jeweils den nächsten Datensatz.
$arr = pg_fetch_array($result, NULL, PGSQL_ASSOC);
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-field-table.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-field-table.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-field-table.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-field-table" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_field_table</refname>
@@ -13,7 +13,7 @@
<type>mixed</type><methodname>pg_field_table</methodname>
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>field_number</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>oid_only</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>oid_only</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
<function>pg_field_table</function> gibt den Namen der Tabelle zurück, in der das Feld
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-get-notify.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-get-notify.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-get-notify.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 329325 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340478 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-get-notify" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_get_notify</refname>
@@ -59,7 +59,10 @@
&reftitle.returnvalues;
<para>
Ein <type>array</type>, das die <literal>NOTIFY</literal>-Nachricht und die
- PID des Datenbankprozesses enthält. Existiert kein <literal>NOTIFY</literal>,
+ PID des Datenbankprozesses enthält.
+ Von PHP 5.4.0 an, falls vom Server unterstützt, enthält das Array ebenfalls
+ die Serverversion und die Nutzdaten.
+ Existiert kein <literal>NOTIFY</literal>,
wird &false; zurückgegeben.
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-insert.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-insert.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-insert.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332864 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 340460 Maintainer: conni Status: ready -->
<refentry xml:id='function.pg-insert' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_insert</refname>
@@ -82,7 +82,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- &return.success; Falls die Konstante <constant>PGSQL_DML_STRING</constant> in den <parameter>options</parameter> übergeben wurde, wird ein <type>string</type> zurückgegeben.
+ Liefert bei Erfolg die Verbindungsressource zurück. &return.falseforfailure;
+ Falls die Konstante <constant>PGSQL_DML_STRING</constant> in den <parameter>options</parameter> übergeben wurde, wird ein <type>string</type> zurückgegeben.
</para>
</refsect1>
@@ -124,6 +125,14 @@
<row>
<entry>5.6.0</entry>
<entry>
+ Außer wenn <constant>PGSQL_DML_STRING</constant> übergeben wird, liefert
+ die Funktion nun im Erfolgsfall die Verbindungsressource anstelle von
+ &true; zurück.
+ </entry>
+ </row>
+ <row>
+ <entry>5.6.0</entry>
+ <entry>
Nicht länger experimentell. Die <constant>PGSQL_DML_ESCAPE</constant>
Konstante wurde hinzugefügt, wie auch Unterstützung für &true;/&false;
und &null; Datentypen.
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-last-notice.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-last-notice.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-last-notice.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 344147 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-last-notice" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_last_notice</refname>
@@ -12,8 +12,9 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>pg_last_notice</methodname>
+ <type>mixed</type><methodname>pg_last_notice</methodname>
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>option</parameter><initializer>PGSQL_NOTICE_LAST</initializer></methodparam>
</methodsynopsis>
<para>
<function>pg_last_notice</function> gibt die letzte NOTICE-Meldung
@@ -53,6 +54,16 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>option</parameter></term>
+ <listitem>
+ <para>
+ Entweder <constant>PGSQL_NOTICE_LAST</constant> (um die letzte Notice zu erhalten),
+ <constant>PGSQL_NOTICE_ALL</constant> (um alle Notices zu erhalten),
+ oder <constant>PGSQL_NOTICE_CLEAR</constant> (um die Notices zu löschen).
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect1>
@@ -61,7 +72,10 @@
&reftitle.returnvalues;
<para>
Ein <type>string</type>, der die letzte NOTICE-Meldung für die
- übergebene <parameter>connection</parameter> enthält oder &false;,
+ übergebene <parameter>connection</parameter> enthält bei
+ <constant>PGSQL_NOTICE_LAST</constant>,
+ ein <type>Array</type> bei <constant>PGSQL_NOTICE_ALL</constant>,
+ ein <type>Boolean</type> bei <constant>PGSQL_NOTICE_CLEAR</constant> oder &false;,
falls ein Fehler auftrat.
</para>
</refsect1>
@@ -94,6 +108,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.1.0</entry>
+ <entry>
+ Der <parameter>option</parameter>-Parameter wurde hinzugefügt.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-meta-data.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-meta-data.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-meta-data.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332864 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: conni Status: ready -->
<refentry xml:id='function.pg-meta-data' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_meta_data</refname>
@@ -15,7 +15,7 @@
<type>array</type><methodname>pg_meta_data</methodname>
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>extended</parameter></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>extended</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
<function>pg_meta_data</function> gibt die Tabellendefinition für
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-parameter-status.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-parameter-status.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-parameter-status.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-parameter-status" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_parameter_status</refname>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-prepare.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-prepare.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-prepare.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-prepare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_prepare</refname>
<refpurpose>
Sendet eine Aufforderung an den Server, eine vorbereitete Anfrage mit den
- übergebenen Parametern zu erzeugen und wartet auf ihre Beendigung.
+ übergebenen Parametern zu erzeugen und wartet auf ihre Beendigung
</refpurpose>
</refnamediv>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-query-params.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-query-params.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-query-params.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331237 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-query-params" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_query_params</refname>
<refpurpose>Sendet ein Kommando zum Server und wartet seine Ausführung
- ab. Getrennt vom SQL-Kommando können dabei Parameter übergeben werden.
+ ab. Getrennt vom SQL-Kommando können dabei Parameter übergeben werden
</refpurpose>
</refnamediv>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-result-error-field.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-result-error-field.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-result-error-field.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id='function.pg-result-error-field' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_result_error_field</refname>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-select.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-select.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-select.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332864 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 344130 Maintainer: conni Status: ready -->
<refentry xml:id='function.pg-select' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_select</refname>
@@ -17,6 +17,7 @@
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam><type>array</type><parameter>assoc_array</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>PGSQL_DML_EXEC</initializer></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>result_type</parameter><initializer>PGSQL_ASSOC</initializer></methodparam>
</methodsynopsis>
<para>
<function>pg_select</function> wählt die Datensätze aus der Tabelle
@@ -130,6 +131,12 @@
</thead>
<tbody>
<row>
+ <entry>7.1.0</entry>
+ <entry>
+ Der <parameter>result_type</parameter>-Parameter wurde hinzugefügt.
+ </entry>
+ </row>
+ <row>
<entry>5.6.0</entry>
<entry>
Nicht länger experimentell. Die <constant>PGSQL_DML_ESCAPE</constant>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-send-execute.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-send-execute.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-send-execute.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-send-execute" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_send_execute</refname>
<refpurpose>
Sendet eine Aufforderung an den Server, eine vorbereitete Abfrage mit den
- übergebenen Parametern auszuführen, ohne auf die Ergebnisse zu warten.
+ übergebenen Parametern auszuführen, ohne auf die Ergebnisse zu warten
</refpurpose>
</refnamediv>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-send-prepare.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-send-prepare.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-send-prepare.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-send-prepare" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_send_prepare</refname>
<refpurpose>
Sendet eine Aufforderung an den Server, eine vorbereitete Abfrage mit den
- übergebenen Parametern zu erzeugen, ohne auf ihre Beendigung zu warten.
+ übergebenen Parametern zu erzeugen, ohne auf ihre Beendigung zu warten
</refpurpose>
</refnamediv>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-send-query-params.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-send-query-params.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-send-query-params.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-send-query-params" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-set-error-verbosity.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-set-error-verbosity.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-set-error-verbosity.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id="function.pg-set-error-verbosity" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_set_error_verbosity</refname>
<refpurpose>
Bestimmt den Detaillierungsgrad von Fehlermeldungen, die von
- <function>pg_last_error</function> und <function>pg_result_error</function> zurückgegeben werden.
+ <function>pg_last_error</function> und <function>pg_result_error</function> zurückgegeben werden
</refpurpose>
</refnamediv>
Modified: phpdoc/de/trunk/reference/pgsql/functions/pg-transaction-status.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/functions/pg-transaction-status.xml 2018-02-06 07:53:55 UTC (rev 344189)
+++ phpdoc/de/trunk/reference/pgsql/functions/pg-transaction-status.xml 2018-02-06 12:04:07 UTC (rev 344190)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 343888 Maintainer: conni Status: ready -->
<refentry xml:id='function.pg-transaction-status' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pg_transaction_status</refname>