Extend CREATE POLICY to add IF EXISTS

Поиск
Список
Период
Сортировка
От Paul Austin
Тема Extend CREATE POLICY to add IF EXISTS
Дата
Msg-id CWXP265MB500957DD1918490CD4AB439EF7F5A@CWXP265MB5009.GBRP265.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответы RE: Extend CREATE POLICY to add IF EXISTS
Список pgsql-general

Many (but not all) DDL statements use the pattern IF EXISTS or IF NOT EXISTS. This is really useful if you want to create a re-start-able data model update script without needing to have PL/pgSQL blocks that has checks to see if it exists.

 

An example of a statement that doesn’t implement this pattern in the CREATE POLICY statement.

 

Is there a plan to add this pattern to the rest of the DDL statements? Or could it be added to the CREATE/DROP POLICY statements?

 

Thanks,

Paul

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