From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Patrick Nelson <pnelson(at)neatech(dot)com> |
Cc: | "PostgreSQL List (E-mail)" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Blob stuff |
Date: | 2002-08-14 14:53:45 |
Message-ID: | 8237.1029336825@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Patrick Nelson <pnelson(at)neatech(dot)com> writes:
> Tom Lane wrote:
> If you're not using psql, what are you using?
> I'm mainly using the pgtcl.
In that case you ignore psql's facilities and instead read about
libpgtcl's facilities for manipulating large objects, for example
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/pgtcl-pgloimport.html
and surrounding pages.
It looks like those docs could use some work :-( --- I've never looked
at them closely before, and they seem to contain some lies. For
example, pg_lo_import should return the OID of the created object,
and does according to the code ... but the man page doesn't say anything
about it.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-08-14 15:16:23 | Re: opaque function not accepted (without error message) |
Previous Message | Tom Lane | 2002-08-14 13:35:31 | Re: performance with triggers depends on table size? |