diff --git a/reference/pgsql/functions/pg-lo-create.xml b/reference/pgsql/functions/pg-lo-create.xml index 79e0803f59..1a912b449b 100644 --- a/reference/pgsql/functions/pg-lo-create.xml +++ b/reference/pgsql/functions/pg-lo-create.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,11 @@ intpg_lo_create resourceconnection + mixedobject_id + + + intpg_lo_create + mixedobject_id pg_lo_create creates a large @@ -54,10 +59,23 @@ + + object_id + + + If an object_id is given the function + will try to create a large object with this id, else a free + object id is assigned by the server. The parameter + was added in PHP 5.3 and relies on functionality that first + appeared in PostgreSQL 8.1. + + + + &reftitle.returnvalues; @@ -65,6 +83,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + The optional object_id was added. + + + + + + + + &reftitle.examples; diff --git a/reference/pgsql/functions/pg-lo-import.xml b/reference/pgsql/functions/pg-lo-import.xml index 447cdeceb4..207d22f0e2 100644 --- a/reference/pgsql/functions/pg-lo-import.xml +++ b/reference/pgsql/functions/pg-lo-import.xml @@ -1,5 +1,5 @@ - + @@ -13,10 +13,12 @@ intpg_lo_import resourceconnection stringpathname + mixedobject_id intpg_lo_import stringpathname + mixedobject_id pg_lo_import creates a new large object @@ -59,6 +61,18 @@ + + object_id + + + If an object_id is given the function + will try to create a large object with this id, else a free + object id is assigned by the server. The parameter + was added in PHP 5.3 and relies on functionality that first + appeared in PostgreSQL 8.1. + + + @@ -83,6 +97,12 @@ + + 5.3.0 + + The optional object_id was added. + + 4.2.0