Re: pqlib large object error - Mailing list pgsql-interfaces

From Alvaro Herrera
Subject Re: pqlib large object error
Date
Msg-id 20080611114704.GB5352@alvh.no-ip.org
Whole thread Raw
In response to Re: pqlib large object error  (Edward Amsden <amsden_linux@embarqmail.com>)
List pgsql-interfaces
Edward Amsden wrote:
> Thanks for all your help. I'm somewhat amateur with C and even less
> experienced with PostgreSQL (I'm a recent MySQL convert). Even after
> some googling, I have no idea what this BEGIN block is. Is it C or is it
> SQL? That probably makes me a n00b. :-| If you could explain I'd
> appreciate it :-)

PQexec("BEGIN");
... do some fooling with large objects ...
PQexec("COMMIT");



-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-interfaces by date:

Previous
From: Edward Amsden
Date:
Subject: Re: pqlib large object error
Next
From: "Premil Agarwal"
Date:
Subject: GenGUID (AutoNumber) in postgres