Re: enable/disable broken for statement triggers on partitioned tables

Поиск
Список
Период
Сортировка
Искать
От
Zhihong Yu
Тема
Re: enable/disable broken for statement triggers on partitioned tables
Дата
в 21:23:12
Msg-id
CALNJ-vRRkhKbWd+AGOjdAkPwjubposscZrVYGzPZ0VPHbb-p-w@mail.gmail.com
Список
Дерево обсуждения
Re: enable/disable broken for statement triggers on partitioned tables Zhihong Yu <zyu@yugabyte.com>
Re: enable/disable broken for statement triggers on partitioned tables Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: enable/disable broken for statement triggers on partitioned tables Amit Langote <amitlangote09@gmail.com>
Hi,

    AT_EnableTrig,              /* ENABLE TRIGGER name */
+   AT_EnableTrigRecurse,       /* internal to commands/tablecmds.c */
    AT_EnableAlwaysTrig,        /* ENABLE ALWAYS TRIGGER name */
+   AT_EnableAlwaysTrigRecurse, /* internal to commands/tablecmds.c */

Is it better to put the new enum's at the end of the AlterTableType?

This way the numeric values for existing ones don't change.

Cheers
В списке pgsql-hackers по дате отправления
От: Matthias van de Meent
Дата:
От: Nathan Bossart
Дата:
FAQ