[BUGS] RE: [BUG] calling lo_creat()

2000-09-05 Thread Barnes, Sandy (Sandra)
This is not a bug. The problem was that I was not calling lo_unlink() after consecutive lo_creat(), lo_close() calls. I found this out by looking at the file system containing the database and seeing hundreds of xinvOID and xinxOID files. After cleaning up these files I was able to run this pro

[BUGS] Re: [BUG] calling lo_creat()

2000-08-30 Thread Tom Lane
"Barnes, Sandy (Sandra)" <[EMAIL PROTECTED]> writes: > Platform: PostgreSQL 7.0.2 on RedHat6.2 Linux > Test: Testing the creation of large objects. I was putting the large > objects into a database table but this >test program recreates the error for me without having to do that. > Pr