Re: AW: [HACKERS] Proposal: TRUNCATE TABLE table RESTRICT
[ 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
> 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