Truncate

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Truncate
Дата
Msg-id 1029815153.86008.18.camel@jester
обсуждение исходный текст
Ответы Re: Truncate  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
# Disallow TRUNCATE on tables that are involved in referential
constraints


The issue with finding and removing foreign key constraints is no longer
an issue, so please apply the attached.

It does NOT check for rules or on delete triggers (old style foreign
keys) as those are difficult to deal with (remove, truncate, re-add).

Please add files:
src/test/regress/expected/truncate.out
src/test/regress/sql/truncate.sql

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: first cut at PL/PgSQL table functions
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Documentation update (pg_get_fkeydef,