Re: [GENERAL] Re: Postgresql table reloading

2001-05-05 Thread David Wall
> In the table, you're storing the OID of the large object itself, so if you > copy all the contents of the table, so far as I can see, yes, you'd still > have the reference to your large object. Thanks. I did see this in a quick test, but I wasn't sure if the data would be removed when I droppe

[GENERAL] Re: Postgresql table reloading

2001-05-05 Thread Joel Burton
On Fri, 4 May 2001, David Wall wrote: > Sorry to bother you personally, but I read your "Updating columns in PostgreSQL >tables effectively" page and had a question. > > Will the temporary table scheme work if the table contains blobs (identified by >OIDs)? In my case, I don't need to preserv