summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 8c91156d29..9390349deb 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -1106,7 +1106,7 @@ PHP_FUNCTION(pg_getlastoid)
/* {{{ proto bool pg_trace(string filename [, string mode [, resource connection]])
- Enable tracing a PostgresSQL connection */
+ Enable tracing a PostgreSQL connection */
PHP_FUNCTION(pg_trace)
{
zval **z_filename, **z_mode, **z_pgsql_link;
@@ -1510,7 +1510,7 @@ PHP_FUNCTION(pg_loreadall)
}
/* }}} */
-/* {{{ proto int pg_loimport(string filename[, resource connection])
+/* {{{ proto int pg_loimport(string filename [, resource connection])
Import large object direct from filesystem */
PHP_FUNCTION(pg_loimport)
{