Re: pgAdmin III commit: Add support for range types (9.2+)

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III commit: Add support for range types (9.2+)
Date: 2012-04-30 14:57:56
Message-ID: 1335797876.2251.34.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, 2012-04-30 at 15:47 +0100, Thom Brown wrote:
> On 30 April 2012 15:44, Guillaume Lelarge <guillaume(at)lelarge(dot)info> wrote:
> > On Sun, 2012-04-29 at 22:22 +0100, Thom Brown wrote:
> >> On 29 April 2012 21:56, Guillaume Lelarge <guillaume(at)lelarge(dot)info> wrote:
> >> > Add support for range types (9.2+)
> >>
> >> Range types aren't added to the type drop-down and instead only show
> >> the array-equivalents.
> >>
> >
> > You mean on the function properties dialog, right?
>
> No, I mean when you go to create a table, then add a column, the
> constituent range types aren't listed, only their array equivalents.
> For example, I can't create a table in the GUI which contains a column
> using the int4range type, but I can use the int4range[] type instead.

OK, should be fixed now.

Thanks Thom.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Thom Brown 2012-04-30 15:02:51 Re: pgAdmin III commit: Add support for range types (9.2+)
Previous Message Guillaume Lelarge 2012-04-30 14:57:40 pgAdmin III commit: Add range type in type comboboxes