Am Dienstag, 15. Mai 2007 15:45 schrieb Andreas Sakowski: > If you truncate a table with a foreign key constraint there comes a error > that this table can not truncate unless you use truncate ... cascade. If > you use truncate ... cascade then comes a message 'Truncate-Vorgang löscht > ebenfalls Tabelle »...«'. löscht is like drop, and this is wrong. The > correct sentence must to be 'Truncate-Vorgang leert ebenfalls Tabelle > »...«'.
Fixed. Thanks. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend