mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removed historical word Inversion
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75915 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b296189503
commit
c87365d8d9
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.72 $ -->
|
||||
<!-- $Revision: 1.73 $ -->
|
||||
<reference id="ref.pgsql">
|
||||
<title>PostgreSQL functions</title>
|
||||
<titleabbrev>PostgreSQL</titleabbrev>
|
||||
|
@ -1063,7 +1063,7 @@ for ($i=0; $i < $num; $i++) {
|
|||
<methodparam><type>resource</type><parameter>large_object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_loclose</function> closes an Inversion Large
|
||||
<function>pg_loclose</function> closes a Large
|
||||
Object. <parameter>large_object</parameter> is a resource for the
|
||||
large object from <function>pg_loopen</function>.
|
||||
</para>
|
||||
|
@ -1093,7 +1093,7 @@ for ($i=0; $i < $num; $i++) {
|
|||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_locreate</function> creates an Inversion Large
|
||||
<function>pg_locreate</function> creates a Large
|
||||
Object and returns the <varname>oid</varname> of the large
|
||||
object. <parameter>connection</parameter> specifies a valid
|
||||
database connection opened by <function>pg_connect</function> or
|
||||
|
@ -1191,7 +1191,7 @@ for ($i=0; $i < $num; $i++) {
|
|||
<methodparam><type>string</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_loopen</function> open an Inversion Large Object and
|
||||
<function>pg_loopen</function> open a Large Object and
|
||||
returns large object resource. The resource encapsulates
|
||||
information about the connection.
|
||||
<parameter>oid</parameter> specifies a valid large object oid and
|
||||
|
|
Loading…
Reference in a new issue