pgsql: Rewrite the warning about non-transaction-safety of TRUNCATE ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rewrite the warning about non-transaction-safety of TRUNCATE ...
Date: 2008-05-17 23:36:27
Message-ID: 20080517233627.443B6754C54@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Rewrite the warning about non-transaction-safety of TRUNCATE ... RESTART
IDENTITY to be more explicit about the possible hazards. Per gripe from Neil
and subsequent discussion. Eventually we may be able to get rid of this
warning, but for now it had better be there.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
truncate.sgml (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/truncate.sgml?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-18 03:24:18 pgsql: okay, looks like ecpg/compatlib needs -lintl too.
Previous Message Bruce Momjian 2008-05-17 23:34:44 pgsql: Use isatty() test for pager on Win32; not sure why it was