Re: BUG #18642: Creating a materialized view on top of ts_stat succeeds on 16.4, but it fails on 17.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18642: Creating a materialized view on top of ts_stat succeeds on 16.4, but it fails on 17.0
Дата
Msg-id 1450084.1727704844@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #18642: Creating a materialized view on top of ts_stat succeeds on 16.4, but it fails on 17.0  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> On PostgreSQL16 one can create a materialized view using ts_stat, but it
> breaks on PostgreSQL17 due to no finding the table from the ts_stat query
> (while the table does exist), please see below a test example.

This is expected: you'll need to qualify the table name.  See the
very first compatibility entry in the v17 release notes.

            regards, tom lane



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