mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up
This commit is contained in:
parent
c58329fccc
commit
28be6aea9c
4 changed files with 73 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue