Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up

This commit is contained in:
Yasuo Ohgaki 2014-01-15 14:37:24 +09:00
parent c58329fccc
commit 28be6aea9c
4 changed files with 73 additions and 3 deletions

View file

@ -157,6 +157,9 @@ PHP_FUNCTION(pg_lo_import);
PHP_FUNCTION(pg_lo_export);
PHP_FUNCTION(pg_lo_seek);
PHP_FUNCTION(pg_lo_tell);
#if HAVE_PG_LO_TRUNCATE
PHP_FUNCTION(pg_lo_truncate);
#endif
/* debugging functions */
PHP_FUNCTION(pg_trace);