From: | pgsql-bugs(at)postgresql(dot)org |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Bug #739: Large objects documentation |
Date: | 2002-08-15 12:25:55 |
Message-ID: | 20020815122555.BB8D0475A7F@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Peter A. Lebedev (plebedev(at)vniief(dot)ru) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Large objects documentation
Long Description
It seems to be the omission in Programmers Guide about large objects.
I've lost a lot of time trying to understand why large object is created successfully but lo_open returned with error "cann't lo_lseek on invalid descriptor 0". I've investigated source code in libpq interface and was very confused when read comment that valid descriptor have value equals or greater then 0...
In Programmers Guide I've read all about these functions, but there was nothing about to use BEGIN WORK and COMMIT while working with such functions...
It seems good to me if libpq will report on necessity of such "brackets" for lo_* function or/and special highlight on this topic in documentations.
--
Pete.
Sample Code
No file was uploaded with this report
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2002-08-15 17:13:42 | Re: Long strings, short varchars |
Previous Message | Bruce Momjian | 2002-08-15 03:01:18 | Re: Bug #737: PQescapeBytea parameter #3 size_t *to_length |