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 08:57:25
Message-ID: 19990905085725.23803.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 Alois Maier 1999-09-05 09:01:45 Large Objects Documentation Flaw
Previous Message Alois Maier 1999-09-05 08:50:52 Large Objects Documentation Flaw