Re: Must be owner to truncate?

Christopher Kings-Lynne <chriskl@familyhealth.com.au>

From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Stephen Frost <sfrost@snowman.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Postgres Hackers <pgsql-hackers@postgresql.org>
Date: 2005-07-09T08:09:36Z
Lists: pgsql-hackers
> Does truncate not being MVCC-safe cause problems in your situation?  It
> certainly doesn't in mine and I expect the same is true for alot of
> others in the same situation.

Well, it is done inside a transaction, plus has concurrent use...

Chris