Re: Disable View rule

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Disable View rule
Дата
Msg-id 26068.1405520759@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Disable View rule  (Pavel Golub <pavel@microolap.com>)
Список pgsql-bugs
Pavel Golub <pavel@microolap.com> writes:
> You wrote:
> SV> I am Silambarasan. could you help me, How to disable the View rule.

> ALTER TABLE view_name DISABLE RULE rewrite_rule_name;

The code won't let you do that; but I wonder what the OP thinks would
happen if it did.  A view doesn't have any underlying storage that could
be selected from if the on-select rule were to go away.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #10972: string_agg function incorrectly concatenating varying delimiter
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SQLSTATE 00000 and message level LOG get logged when a server process crashes