diff --git a/reference/pgsql/functions/pg-lo-seek.xml b/reference/pgsql/functions/pg-lo-seek.xml index fcd2637ecd..e3a08b15d7 100644 --- a/reference/pgsql/functions/pg-lo-seek.xml +++ b/reference/pgsql/functions/pg-lo-seek.xml @@ -92,6 +92,31 @@ + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.6.0 + + Added PostgreSQL 9.3's 64bit large object support. Both client and server must + support PostgreSQL 9.3 and PHP must be 64bit build to use 64bit large object. + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-lo-tell.xml b/reference/pgsql/functions/pg-lo-tell.xml index 56e09ef647..99100d6abd 100644 --- a/reference/pgsql/functions/pg-lo-tell.xml +++ b/reference/pgsql/functions/pg-lo-tell.xml @@ -80,6 +80,31 @@ Seek position is: 50000 + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.6.0 + + Added PostgreSQL 9.3's 64bit large object support. Both client and server must + support PostgreSQL 9.3 and PHP must be 64bit build to use 64bit large object. + + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-lo-truncate.xml b/reference/pgsql/functions/pg-lo-truncate.xml new file mode 100644 index 0000000000..2e274884a6 --- /dev/null +++ b/reference/pgsql/functions/pg-lo-truncate.xml @@ -0,0 +1,137 @@ + + + + + + pg_lo_truncate + + Truncates a large object + + + + + &reftitle.description; + + boolpg_lo_truncate + resourcelarge_object + intsize + + + pg_lo_truncate truncates a a large object + resource. + + + To use the large object interface, it is necessary to + enclose it within a transaction block. + + + + + &reftitle.parameters; + + + + large_object + + + PostgreSQL large object (LOB) resource, returned by pg_lo_open. + + + + + size + + + The number of bytes to truncate. + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + &reftitle.examples; + + + <function>pg_lo_truncate</function> example + + +]]> + + + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.6.0 + + Added truncate function. It supports PostgreSQL 9.3's 64bit large object. Both client and server must + support PostgreSQL 9.3 and PHP must be 64bit build to use 64bit large object. + + + + + + + + + + &reftitle.seealso; + + + pg_lo_tell + + + + + +