Fix projection of pg_type for Greenplum query

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: Fix projection of pg_type for Greenplum query
Date: 2019-07-23 08:13:00
Message-ID: 7D9FFCE3-7670-4EDB-89B0-18E2B079E3E3@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
from_pg_type.patch application/octet-stream 2.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yosry Muhammad 2019-07-23 08:56:54 Re: Bug in Database Nodes in the Tree
Previous Message Dave Page 2019-07-23 08:01:13 Re: Bug in Database Nodes in the Tree