BUG #18117: View definitions were changed in version 16 (missing column qualifiers)
В списке pgsql-bugs по дате отправления:
| От | PG Bug reporting form |
|---|---|
| Тема | BUG #18117: View definitions were changed in version 16 (missing column qualifiers) |
| Дата | |
| Msg-id | 18117-972f125de280aa93@postgresql.org обсуждение исходный текст |
| Ответы |
Re: BUG #18117: View definitions were changed in version 16 (missing column qualifiers)
|
| Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 18117 Logged by: Ariel Mashraki Email address: ariel@mashraki.co.il PostgreSQL version: 16.0 Operating system: Mac Description: I'm not sure if this change was intentional since it wasn't mentioned in the release notes, or at least, I couldn't find it there. Running the three statements below in version 16 produces ~different results from those in all versions before 16. I checked this against versions 11, 12, ... 15 Statements: create table t(c int); create view v(c) as select c from t; select view_definition from information_schema.views where table_name='v'; Result in previous versions: SELECT t.c FROM t; Result in the latest version: SELECT c FROM t;
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера