Large Objects Documentation Flaw

From: Alois Maier <almaier(at)yahoo(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Large Objects Documentation Flaw
Date: 1999-09-05 09:01:45
Message-ID: 19990905090146.2227.rocketmail@web601.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I have come across a documentation flaw in the Large
Object Interface Documentation of Postgres 6.5.1 (
chapter 15 of the Programmer's guide).
For me, lo_open() only worked from within a
transaction (but lo_creat() worked even outside a
transaction) .
However, chapter 15 doesn't say any such thing. The
sample program testlo.c from 15 chapter thus intiates
a transaction in main prior to calling ImportFile().
But there is no clarifying comment that the
transaction is really required.

Hope this helps,
alois
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

Browse pgsql-docs by date

  From Date Subject
Next Message supercd 1999-09-05 13:41:35 프로그램과게임 =?EUC-KR?B?uK69usauwNS0z7TZ?=.
Previous Message Alois Maier 1999-09-05 08:57:25 Large Objects Documentation Flaw