Fix projection of pg_type for Greenplum query - Mailing list pgadmin-hackers

From Daniel Gustafsson
Subject Fix projection of pg_type for Greenplum query
Date
Msg-id 7D9FFCE3-7670-4EDB-89B0-18E2B079E3E3@yesql.se
Whole thread Raw
Responses Re: Fix projection of pg_type for Greenplum query  (Dave Page <dpage@pgadmin.org>)
List 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


Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Bug in Database Nodes in the Tree
Next
From: Yosry Muhammad
Date:
Subject: Re: Bug in Database Nodes in the Tree