missing SQL BEGIN in example ECPG Program Accessing Large Objects

From: tmaeke(at)gmx(dot)de
To: pgsql-docs(at)postgresql(dot)org
Subject: missing SQL BEGIN in example ECPG Program Accessing Large Objects
Date: 2016-08-08 12:37:02
Message-ID: 20160808123702.1426.61716@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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(...

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2016-08-08 13:29:01 Re: Some minor error fixes
Previous Message Oleg Bartunov 2016-08-08 12:20:01 pg_trgm authors