missing SQL BEGIN in example ECPG Program Accessing Large Objects

Started by Nonameover 9 years ago2 messagesdocs
Jump to latest
#1Noname
tmaeke@gmx.de

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/ecpg-lo.html
Description:

Example 33-2. ECPG Program Accessing Large Objects

after
EXEC SQL CONNECT ....

missing (at least for 9.4.8)
EXEC SQL BEGIN;

before first
lo_create(...

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Noname (#1)
Re: missing SQL BEGIN in example ECPG Program Accessing Large Objects

On 8/8/16 8:37 AM, tmaeke@gmx.de wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/ecpg-lo.html
Description:

Example 33-2. ECPG Program Accessing Large Objects

after
EXEC SQL CONNECT ....

missing (at least for 9.4.8)
EXEC SQL BEGIN;

before first
lo_create(...

I don't think that would be correct.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs