Re: Documentation of the Front End/Back End Protocol for Large Objects - Mailing list pgsql-general

From Tom Lane
Subject Re: Documentation of the Front End/Back End Protocol for Large Objects
Date
Msg-id 16180.1151078233@sss.pgh.pa.us
Whole thread Raw
In response to Documentation of the Front End/Back End Protocol for Large Objects  ("Marco Bizzarri" <marco.bizzarri@gmail.com>)
Responses Re: Documentation of the Front End/Back End Protocol for Large Objects  ("Marco Bizzarri" <marco.bizzarri@gmail.com>)
List pgsql-general
"Marco Bizzarri" <marco.bizzarri@gmail.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

pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Return the primary key of a newly inserted row?
Next
From: Dylan Hansen
Date:
Subject: pg_dump With OIDs Supported?