Re: [JDBC] Deleting LargeObjects as BLOBS
On Thu, 10 Jan 2008, Jason Blumenkrantz wrote:
> [how do I auto delete a blob when the row referring to it goes away]
The easiest thing to do is to define an AFTER DELETE trigger on your table
to cleanup the LO when the row goes away.
Kris Jurka
---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at
http://www.postgresql.org/about/donate
Received on Fri Jan 11 00:35:56 2008
This archive was generated by hypermail 2.1.8
: Wed Jun 18 2008 - 23:42:36 EDT
|