Re: ON SELECT rule on a table without columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ON SELECT rule on a table without columns
Дата
Msg-id 323.1549648974@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ON SELECT rule on a table without columns  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Ответы Re: ON SELECT rule on a table without columns  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Список pgsql-hackers
Ashutosh Sharma <ashu.coek88@gmail.com> writes:
> Attached is the patch that allows us to create view on a table without
> columns. I've also added some test-cases for it in create_view.sql.
> Please have a look and let me know your opinion.

Haven't read the patch, but a question seems in order here: should
we regard this as a back-patchable bug fix?  The original example
shows that it's possible to create a zero-column view in existing
releases, which I believe would then lead to dump/reload failures.
So that seems to qualify as a bug not just a missing feature.
On the other hand, given the lack of field complaints, maybe it's
not worth the trouble to back-patch.  I don't have a strong
opinion either way.

BTW, has anyone checked on what the matview code paths will do?
Or SELECT INTO?

            regards, tom lane


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Why don't we have a small reserved OID range for patch revisions?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why don't we have a small reserved OID range for patch revisions?