What happens if you delete a row containing a BLOB? - Mailing list pgsql-sql

From Terrence Brannon
Subject What happens if you delete a row containing a BLOB?
Date
Msg-id 95F37F74-F25C-11D5-92F7-003065C2A10C@mac.com
Whole thread Raw
In response to Indices  (sharmad@goatelecom.com)
Responses Re: What happens if you delete a row containing a BLOB?
Re: What happens if you delete a row containing a BLOB?
List pgsql-sql
If you delete a row with a BLOB, does it automatically lo_unlink 
the blob?

This was not clear when reading the section Large Objects (BLOBS) 
in the Momjian book.



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Numbering Rows (SEQUENCE, OID) questions
Next
From: Terrence Brannon
Date:
Subject: why doesn't \d table_name show the table inheritance graph?