BUG #3280: wrong german-translation

Started by Andreas Sakowskialmost 19 years ago2 messagesbugs
Jump to latest
#1Andreas Sakowski
psql@elbrief.de

The following bug has been logged online:

Bug reference: 3280
Logged by: Andreas Sakowski
Email address: psql@elbrief.de
PostgreSQL version: 8.2
Operating system: debian-linux
Description: wrong german-translation
Details:

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
»...«'.

Andreas

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Andreas Sakowski (#1)
Re: BUG #3280: wrong german-translation

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/