diff options
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index f934502cb8..ea33706073 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1555,7 +1555,7 @@ PHP_FUNCTION(pg_loimport) } /* }}} */ -/* {{{ proto int pg_loexport(int objoid, string filename[, resource connection]) +/* {{{ proto bool pg_loexport(int objoid, string filename[, resource connection]) Emport large object direct to filesystem */ PHP_FUNCTION(pg_loexport) { |