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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Rewrite the warning about non-transaction-safety of TRUNCATE ...
Дата
Msg-id 20080517233627.443B6754C54@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use isatty() test for pager on Win32; not sure why it was
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: okay, looks like ecpg/compatlib needs -lintl too.