bug in pgadmin 1.8.2: missing entry in 'Data Type' list

From: Peter Gagarinov <heartofmars(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: bug in pgadmin 1.8.2: missing entry in 'Data Type' list
Date: 2008-02-12 21:12:43
Message-ID: 131001864.20080213001243@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support


Prerequisites:

Binary downloaded from website, used along with Postgres 8.3.0
Windows XP Pro, SP2

Steps to reproduce

1) create a simple table with two columns :

create test_table(a integer, b integer);

2) go to ‘New Table..” menu, type in some table name,

3) go to ‘Columns’ tab, type some column name, ‘a’ for instance and try to find type ‘test_table’ in the drop-down ‘Data Type’ list.

You should see only test_table[], not test_table which doesn’t seem correct.

Regards,

Peter G.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2008-02-13 13:37:12 Re: bug in pgadmin 1.8.2: missing entry in 'Data Type' list
Previous Message Dave Page 2008-02-12 20:21:07 Re: Keyboard bindings on OS X for pgadmin 1.8.2