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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Rewrite the warning about non-transaction-safety of TRUNCATE ...
Date
Msg-id 20080517233627.443B6754C54@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use isatty() test for pager on Win32; not sure why it was
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: okay, looks like ecpg/compatlib needs -lintl too.