Re: Documentation of the Front End/Back End Protocol for Large Objects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marco Bizzarri" <marco(dot)bizzarri(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Documentation of the Front End/Back End Protocol for Large Objects
Date: 2006-06-23 15:57:13
Message-ID: 16180.1151078233@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dylan Hansen 2006-06-23 17:43:06 pg_dump With OIDs Supported?
Previous Message Scott Ribe 2006-06-23 15:09:23 Re: Return the primary key of a newly inserted row?