pgsql: Re-allow user_catalog_table option for materialized views.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Re-allow user_catalog_table option for materialized views.
Дата
Msg-id E1c4vXC-0002UD-Oa@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Re-allow user_catalog_table option for materialized views.

The reloptions stuff allows this option to be set on a matview.
While it's questionable whether that is useful or was really intended,
it does work, and we shouldn't change that in minor releases.  Commit
e3e66d8a9 disabled the option since I didn't realize that it was
possible for it to be set on a matview.  Tweak the test to re-allow it.

Discussion: <19749.1478711862@sss.pgh.pa.us>

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/05a6e872898acad6a66f9fd0be01e30ae1fb0f75

Modified Files
--------------
src/include/utils/rel.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Support "COPY view FROM" for views with INSTEAD OF INSERT trigge
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Re-allow user_catalog_table option for materialized views.