Re: Proposal: new large object API

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal: new large object API
Date: 2008-03-20 06:04:15
Message-ID: 20080320.150415.34548975.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> lo_import_with_oid added.
>
> Note that actually committed function signature is:
>
> Oid lo_import_with_oid(PGconn *conn, const char *filename, Oid lobjId);
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan

It seems I forgot about the serer side lo_import. Included are the
patches to add new form of lo_import which accepts the large object id
as the second argument.

Comments, objection?
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Attachment Content-Type Size
unknown_filename text/plain 4.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message NikhilS 2008-03-20 06:49:49 Re: Problem identifying constraints which should not be inherited
Previous Message longlong 2008-03-20 06:00:31 Re: COPY issue(gsoc project)

Browse pgsql-patches by date

  From Date Subject
Next Message Martin Pihlak 2008-03-20 08:17:10 Re: stored procedure stats in collector
Previous Message Tom Lane 2008-03-20 04:43:22 Re: [PATCHES] Text <-> C string