Incorrect inner type representation in type view

From: Valentine Gogichashvili <valgog(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Incorrect inner type representation in type view
Date: 2010-08-30 11:45:21
Message-ID: 242fb0bb-b3cd-4c14-be7f-cee3f2e8429f@q2g2000yqq.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Running on Version 1.12.0 Beta4 (Jul 30 2010 rev: REL-1_12_0_BETA4)

Imagine such a type definition:

CREATE SCHEMA test_schema;
CREATE TYPE test_schema.inner_record_type AS
(a text,
b integer);
CREATE TYPE test_schema.outer_record_type AS
(status integer,
result_array test_schema.inner_record_type[]);

This leads to the invalid type source definition in pgAdmin's type
subtree view:

CREATE TYPE test_schema.outer_record_type AS
(status integer,
result_array test_schema."test_schema.inner_record_type"[]);

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-30 12:03:49 Re: pgAdmin svn 8390 copy/paste numeric fields
Previous Message Guillaume Lelarge 2010-08-26 20:38:03 Re: PgAdmin Crash