| From: | "Marco Bizzarri" <marco(dot)bizzarri(at)gmail(dot)com> |
|---|---|
| To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Documentation of the Front End/Back End Protocol for Large Objects |
| Date: | 2006-06-23 18:58:39 |
| Message-ID: | 3f0d61c40606231158q1b2e3b36l4db1bc1e1e483cc3@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi Tom.
Thanks for your suggestion, this was my choice, after I was unable to
find any reference.
On 6/23/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Marco Bizzarri" <marco(dot)bizzarri(at)gmail(dot)com> writes:
> > I would like to study the protocol for large object operations
> > (lo_read, lo_write,...) between the front-end and back-end.
>
> > I've found this
> > http://www.postgresql.org/docs/8.1/static/protocol.html, but it looks
> > like it has no message specific for large object...
>
> libpq does it through Function Call messages that invoke lo_open and so
> on. Look into src/interfaces/libpq/fe-lobj.c.
>
> regards, tom lane
>
--
Marco Bizzarri
http://notenotturne.blogspot.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Stark | 2006-06-23 20:34:00 | Re: Idea for vacuuming |
| Previous Message | Dylan Hansen | 2006-06-23 18:34:11 | Re: pg_dump With OIDs Supported? |