TRUNCATE question

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: TRUNCATE question
Date: 2001-08-03 01:40:09
Message-ID: ECEHIKNFIMMECLEBJFIGEEHJCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is TRUNCATE supposed to be equivalent to DELETE FROM blah?

Because I notice that DELETE triggers are not called when you truncate a
table... Isn't that a bad thing?

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-08-03 01:45:42 Re: AW: OID wraparound: summary and proposal
Previous Message Christopher Kings-Lynne 2001-08-03 01:30:57 RE: Patch for Improved Syntax Error Reporting