pgsql: Add libpq new API lo_import_with_oid() which is similar to - Mailing list pgsql-committers

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql: Add libpq new API lo_import_with_oid() which is similar to
Date
Msg-id 20080319003933.E96E17558DC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add libpq new API lo_import_with_oid() which is similar to lo_import()
except that lob's oid can be specified.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        lobj.sgml (r1.46 -> r1.47)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/lobj.sgml?r1=1.46&r2=1.47)
    pgsql/src/interfaces/libpq:
        exports.txt (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt?r1=1.18&r2=1.19)
        fe-lobj.c (r1.64 -> r1.65)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-lobj.c?r1=1.64&r2=1.65)
        libpq-fe.h (r1.141 -> r1.142)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-fe.h?r1=1.141&r2=1.142)

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: pgsql: Add URLs for : * Speed WAL recovery by allowing more than one
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix regexp substring matching (substring(string from pattern))