Re: AW: [HACKERS] Proposal: TRUNCATE TABLE table RESTRICT

2000-10-12 Thread Bruce Momjian
[ Charset ISO-8859-1 unsupported, converting... ] > > > TODO updated: > > > > * Prevent truncate on table with a referential integrity > > trigger (RESTRICT) > > I think this was solved in current with a better approach > (checks if referenced table is empty). Removed from TODO. -- Bruce

AW: [HACKERS] Proposal: TRUNCATE TABLE table RESTRICT

2000-10-12 Thread Zeugswetter Andreas SB
> TODO updated: > > * Prevent truncate on table with a referential integrity > trigger (RESTRICT) I think this was solved in current with a better approach (checks if referenced table is empty). Andreas