chriskl Tue Apr 5 04:56:10 2005 EDT
Modified files: /phpdoc/en/reference/pgsql/functions pg-close.xml pg-affected-rows.xml pg-client-encoding.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml pg-set-error-verbosity.xml Log: Whitespace fix
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-close.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-close.xml diff -u phpdoc/en/reference/pgsql/functions/pg-close.xml:1.10 phpdoc/en/reference/pgsql/functions/pg-close.xml:1.11 --- phpdoc/en/reference/pgsql/functions/pg-close.xml:1.10 Tue Apr 5 01:55:13 2005 +++ phpdoc/en/reference/pgsql/functions/pg-close.xml Tue Apr 5 04:56:08 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 --> <refentry id="function.pg-close"> <refnamediv> @@ -45,7 +45,7 @@ <function>pg_connect</function> or <function>pg_pconnect</function>. </para> </listitem> - </varlistentry> + </varlistentry> </variablelist> </para> </refsect1> @@ -53,7 +53,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - &true; on success, &false; on failure. + &true; on success, &false; on failure. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-affected-rows.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-affected-rows.xml diff -u phpdoc/en/reference/pgsql/functions/pg-affected-rows.xml:1.7 phpdoc/en/reference/pgsql/functions/pg-affected-rows.xml:1.8 --- phpdoc/en/reference/pgsql/functions/pg-affected-rows.xml:1.7 Tue Apr 5 01:55:13 2005 +++ phpdoc/en/reference/pgsql/functions/pg-affected-rows.xml Tue Apr 5 04:56:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 --> <refentry id="function.pg-affected-rows"> <refnamediv> @@ -47,8 +47,9 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The number of rows affected by the query. If no tuple is - affected, it will return 0.</para> + The number of rows affected by the query. If no tuple is + affected, it will return 0. + </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml diff -u phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml:1.6 phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml:1.7 --- phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml:1.6 Tue Apr 5 01:55:13 2005 +++ phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml Tue Apr 5 04:56:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.16 --> <refentry id="function.pg-client-encoding"> <refnamediv> @@ -16,8 +16,8 @@ <methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam> </methodsynopsis> <para> - PostgreSQL supports automatic character set conversion between - server and client for certain character sets. + PostgreSQL supports automatic character set conversion between + server and client for certain character sets. <function>pg_client_encoding</function> returns the client encoding as a string. The returned string will be one of the standard PostgreSQL encoding identifiers. http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-connect.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-connect.xml diff -u phpdoc/en/reference/pgsql/functions/pg-connect.xml:1.9 phpdoc/en/reference/pgsql/functions/pg-connect.xml:1.10 --- phpdoc/en/reference/pgsql/functions/pg-connect.xml:1.9 Tue Apr 5 01:55:13 2005 +++ phpdoc/en/reference/pgsql/functions/pg-connect.xml Tue Apr 5 04:56:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 --> <refentry id="function.pg-connect"> <refnamediv> @@ -40,34 +40,34 @@ <varlistentry> <term><parameter>connection_string</parameter></term> <listitem> - <para> - The <parameter>connection_string</parameter> can be empty to use all default parameters, or it - can contain one or more parameter settings separated by whitespace. - Each parameter setting is in the form <literal>keyword = value</literal>. Spaces around - the equal sign are optional. To write an empty value or a value - containing spaces, surround it with single quotes, e.g., <literal>keyword = - 'a value'</literal>. Single quotes and backslashes within the value must be - escaped with a backslash, i.e., \' and \\. - </para> - <para> - The currently recognized parameter keywords are: - <parameter>host</parameter>, <parameter>hostaddr</parameter>, <parameter>port</parameter>, - <parameter>dbname</parameter>, <parameter>user</parameter>, - <parameter>password</parameter>, <parameter>connect_timeout</parameter>, - <parameter>options</parameter>, <parameter>tty</parameter> (ignored), <parameter>sslmode</parameter>, - <parameter>requiressl</parameter> (deprecated in favor of <parameter>sslmode</parameter>), and - <parameter>service</parameter>. Which of these arguments exist depends - on your PostgreSQL version. - </para> + <para> + The <parameter>connection_string</parameter> can be empty to use all default parameters, or it + can contain one or more parameter settings separated by whitespace. + Each parameter setting is in the form <literal>keyword = value</literal>. Spaces around + the equal sign are optional. To write an empty value or a value + containing spaces, surround it with single quotes, e.g., <literal>keyword = + 'a value'</literal>. Single quotes and backslashes within the value must be + escaped with a backslash, i.e., \' and \\. + </para> + <para> + The currently recognized parameter keywords are: + <parameter>host</parameter>, <parameter>hostaddr</parameter>, <parameter>port</parameter>, + <parameter>dbname</parameter>, <parameter>user</parameter>, + <parameter>password</parameter>, <parameter>connect_timeout</parameter>, + <parameter>options</parameter>, <parameter>tty</parameter> (ignored), <parameter>sslmode</parameter>, + <parameter>requiressl</parameter> (deprecated in favor of <parameter>sslmode</parameter>), and + <parameter>service</parameter>. Which of these arguments exist depends + on your PostgreSQL version. + </para> </listitem> - </varlistentry> + </varlistentry> <varlistentry> <term><parameter>connect_type</parameter></term> <listitem> <para> - If <constant>PGSQL_CONNECT_FORCE_NEW</constant> is passed, then a new connection - is created, even if the <parameter>connection_string</parameter> is identical to - an existing connection. + If <constant>PGSQL_CONNECT_FORCE_NEW</constant> is passed, then a new connection + is created, even if the <parameter>connection_string</parameter> is identical to + an existing connection. </para> </listitem> </varlistentry> @@ -78,7 +78,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - PostgreSQL connection resource on success, &false; on failure. + PostgreSQL connection resource on success, &false; on failure. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-num-fields.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-num-fields.xml diff -u phpdoc/en/reference/pgsql/functions/pg-num-fields.xml:1.5 phpdoc/en/reference/pgsql/functions/pg-num-fields.xml:1.6 --- phpdoc/en/reference/pgsql/functions/pg-num-fields.xml:1.5 Tue Apr 5 01:55:14 2005 +++ phpdoc/en/reference/pgsql/functions/pg-num-fields.xml Tue Apr 5 04:56:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 --> <refentry id="function.pg-num-fields"> <refnamediv> @@ -45,7 +45,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The number of fields (columns) in the result. On error, -1 is returned. + The number of fields (columns) in the result. On error, -1 is returned. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-num-rows.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-num-rows.xml diff -u phpdoc/en/reference/pgsql/functions/pg-num-rows.xml:1.5 phpdoc/en/reference/pgsql/functions/pg-num-rows.xml:1.6 --- phpdoc/en/reference/pgsql/functions/pg-num-rows.xml:1.5 Tue Apr 5 01:55:14 2005 +++ phpdoc/en/reference/pgsql/functions/pg-num-rows.xml Tue Apr 5 04:56:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 --> <refentry id="function.pg-num-rows"> <refnamediv> @@ -45,7 +45,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The number of rows in the result. On error, -1 is returned. + The number of rows in the result. On error, -1 is returned. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-set-error-verbosity.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-set-error-verbosity.xml diff -u phpdoc/en/reference/pgsql/functions/pg-set-error-verbosity.xml:1.4 phpdoc/en/reference/pgsql/functions/pg-set-error-verbosity.xml:1.5 --- phpdoc/en/reference/pgsql/functions/pg-set-error-verbosity.xml:1.4 Mon Apr 4 12:16:47 2005 +++ phpdoc/en/reference/pgsql/functions/pg-set-error-verbosity.xml Tue Apr 5 04:56:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.16 --> <refentry id="function.pg-set-error-verbosity"> <refnamediv> @@ -26,13 +26,13 @@ and <function>pg_result_error</function>. </para> <para> - <function>pg_set_error_verbosity</function> sets the verbosity mode, returning the connection's previous - setting. In <literal>TERSE</literal> mode, returned messages include severity, primary text, and - position only; this will normally fit on a single line. The default mode - produces messages that include the above plus any detail, hint, or context - fields (these may span multiple lines). The <literal>VERBOSE</literal> mode includes all available - fields. Changing the verbosity does not affect the messages available from - already-existing result objects, only subsequently-created ones. + <function>pg_set_error_verbosity</function> sets the verbosity mode, returning the connection's previous + setting. In <literal>TERSE</literal> mode, returned messages include severity, primary text, and + position only; this will normally fit on a single line. The default mode + produces messages that include the above plus any detail, hint, or context + fields (these may span multiple lines). The <literal>VERBOSE</literal> mode includes all available + fields. Changing the verbosity does not affect the messages available from + already-existing result objects, only subsequently-created ones. </para> </refsect1> @@ -56,8 +56,8 @@ <listitem> <para> The required verbosity: <literal>PGSQL_ERRORS_TERSE</literal>, - <literal>PGSQL_ERRORS_DEFAULT</literal> - or <literal>PGSQL_ERRORS_VERBOSE</literal>. + <literal>PGSQL_ERRORS_DEFAULT</literal> + or <literal>PGSQL_ERRORS_VERBOSE</literal>. </para> </listitem> </varlistentry>