Re: Re: Postgresql table reloading

From: "David Wall" <d(dot)wall(at)computer(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: Postgresql table reloading
Date: 2001-05-05 16:33:15
Message-ID: 003901c0d581$15b736c0$5a2b7ad8@expertrade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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 dropped the original table (does the DB keep a reference
count for rows pointing to the blob?). Yes, I'll give it a test first!

Thanks,
David

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ashley Clark 2001-05-05 17:09:33 Strange notices, should I worry?
Previous Message Joel Burton 2001-05-05 16:31:33 Re: a primer on trigger?