PHP » GoLang |
login |
register |
about
|
pg_lo_create(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_lo_create — Create a large object Description
pg_lo_create() creates a large
object and returns the OID of the large
object. PostgreSQL access modes
To use the large object interface, it is necessary to enclose it within a transaction block. Instead of using the large object interface (which has no access controls and is cumbersome to use), try PostgreSQL's bytea column type and pg_escape_bytea().
Parameters
Return Values
A large object OID or Changelog
Examples
Example #1 pg_lo_create() example
<?php |
more
Recently updated
more
Most requested
|