diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 299588fda7..c50a2f3e4f 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1211,9 +1211,9 @@ for ($i=0; $i<$num; $i++) { - + - pg_setclientencoding + pg_set_client_enc Set the client encoding @@ -1222,7 +1222,7 @@ for ($i=0; $i<$num; $i++) { Description - int pg_setclientencoding + int pg_set_client_enc int connection @@ -1245,16 +1245,20 @@ for ($i=0; $i<$num; $i++) { This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or higher. + + The function used to be called + pg_setclientencoding. + - See also pg_clientencoding. + See also pg_client_enc. - + - pg_clientencoding + pg_client_enc Get the client encoding @@ -1263,7 +1267,7 @@ for ($i=0; $i<$num; $i++) { Description - string pg_clientencoding + string pg_client_enc int connection @@ -1281,9 +1285,13 @@ for ($i=0; $i<$num; $i++) { This function requires PHP-4.0.2 or higher and PostgreSQL-7.0 or higher. + + The function used to be called + pg_clientencoding. + - See also pg_setclientencoding. + See also pg_set_client_enc.