Fix projection of pg_type for Greenplum query

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Fix projection of pg_type for Greenplum query
Дата
Msg-id 7D9FFCE3-7670-4EDB-89B0-18E2B079E3E3@yesql.se
обсуждение исходный текст
Ответы Re: Fix projection of pg_type for Greenplum query  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
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


Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Bug in Database Nodes in the Tree
Следующее
От: Yosry Muhammad
Дата:
Сообщение: Re: Bug in Database Nodes in the Tree