[COMMITTERS] pgsql: Prevent table partitions from being turned into views.

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема [COMMITTERS] pgsql: Prevent table partitions from being turned into views.
Дата
Msg-id E1dNcBU-0001SO-Gl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prevent table partitions from being turned into views.

A table partition must be a table, not a view, so don't allow a
"_RETURN" rule to be added that would convert an existing table
partition into a view.

Amit Langote

Discussion: https://postgr.es/m/CAEZATCVzFcAjZwC1bTFvJ09skB_sgkF4SwPKMywev-XTnimp9Q%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bcbf392ec84362040faf72daad22c647c74e2b2a

Modified Files
--------------
src/backend/rewrite/rewriteDefine.c | 6 ++++++
src/test/regress/expected/rules.out | 5 +++++
src/test/regress/sql/rules.sql      | 5 +++++
3 files changed, 16 insertions(+)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix typo in comment.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Final pgindent run with old pg_bsd_indent (version 1.3).