BUG #16439: can not read table info for greenplum 6

Started by PG Bug reporting formalmost 6 years ago3 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 16439
Logged by: uncle shon
Email address: uncleziro73@gmail.com
PostgreSQL version: 9.6.18
Operating system: windows 10
Description:

can not read table info for greenplum 6.
I'd like connect to greenplum 6 db by pgadmin4.21(lastest version).
After connect to greenplum, when I click the table,
there are error message as below.

ERROR: column gdp.attnums does not exist
LINE 71:gdp.attnums as distribution,

#2Magnus Hagander
magnus@hagander.net
In reply to: PG Bug reporting form (#1)
Re: BUG #16439: can not read table info for greenplum 6

On Fri, May 15, 2020 at 12:48 PM PG Bug reporting form <
noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 16439
Logged by: uncle shon
Email address: uncleziro73@gmail.com
PostgreSQL version: 9.6.18
Operating system: windows 10
Description:

can not read table info for greenplum 6.
I'd like connect to greenplum 6 db by pgadmin4.21(lastest version).
After connect to greenplum, when I click the table,
there are error message as below.

ERROR: column gdp.attnums does not exist
LINE 71:gdp.attnums as distribution,

Hi!

This sounds like something you should report to either the pgadmin people
or the greenplum people, it definitely is not a bug in PostgreSQL since
PostgreSQL isn't even involved.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#3Michael Paquier
michael@paquier.xyz
In reply to: Magnus Hagander (#2)
Re: BUG #16439: can not read table info for greenplum 6

On Fri, May 15, 2020 at 12:49:19PM +0200, Magnus Hagander wrote:

This sounds like something you should report to either the pgadmin people
or the greenplum people, it definitely is not a bug in PostgreSQL since
PostgreSQL isn't even involved.

In short, you may want to report an issue on the project page here:
https://github.com/greenplum-db/gpdb/issues
--
Michael