| От | Tom Lane |
|---|---|
| Тема | Re: pg_publication_tables show dropped columns |
| Дата | |
| Msg-id | 3025892.1662433982@sss.pgh.pa.us обсуждение |
| Ответ на | pg_publication_tables show dropped columns (Jaime Casanova <jcasanov@systemguards.com.ec>) |
| Ответы |
RE: pg_publication_tables show dropped columns
|
| Список | pgsql-hackers |
Jaime Casanova <jcasanov@systemguards.com.ec> writes:
> Just trying the new column/row filter on v15, I found this issue that
> could be replicated very easily.
Bleah. Post-beta4 catversion bump, here we come.
> This could be solved by adding a "NOT attisdropped", simple patch
> attached.
That view seems quite inefficient as written --- I wonder if we
can't do better by nuking the join-to-unnest business and putting
the restriction in a WHERE clause on the pg_attribute scan.
The query plan that you get for it right now is certainly awful.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера