Re: Fix projection of pg_type for Greenplum query

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Fix projection of pg_type for Greenplum query
Дата
Msg-id CA+OCxoxw7PFnrUsMJe0trL5VjV6B3_w2R3Lt6rRBNtCuTo4V8Q@mail.gmail.com
обсуждение исходный текст
Ответ на Fix projection of pg_type for Greenplum query  (Daniel Gustafsson <daniel@yesql.se>)
Список pgadmin-hackers
Thanks, patch applied.

On Tue, Jul 23, 2019 at 9:13 AM Daniel Gustafsson <daniel@yesql.se> wrote:
The bug in https://redmine.postgresql.org/issues/4179 seems to be due to
pg_type being projected from but not selected, the attached patch adds a FROM
clause entry and also adds projection of typname.  This makes the query work on
5X_STABLE for me.

cheers ./daniel



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix generation of reverse engineered SQL for tables w
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add support for generated columns in Postgres 12+. Fi