Re: Ticket 133: New attoptions column in pg_attribute

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Ticket 133: New attoptions column in pg_attribute
Date: 2010-01-26 22:14:22
Message-ID: 4B5F693E.3050804@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 26/01/2010 23:09, Guillaume Lelarge a écrit :
> [...]
> This new column replaces the attdistinct one. So I add to undo my
> previous patch (see http://code.pgadmin.org/trac/ticket/95) and work on
> the new syntax.
>
> AFAICT, it works well on Linux. The behaviour should be the same on
> other platforms.
>
> Comments?
>

I should probably explain more what I did. I added a Variables tab
(copied/pasted from the tablespace dialog). It only handles two
variables, which are not in pg_settings. So I get rid of the checkbox
(they both are numeric values) and drop the array of struct (type, min
value, max value) which is not needed here (at least now). I can undo my
deletes if required.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-01-27 22:36:26 Re: [pgAdmin III] #131: Change location of query favourites.xml
Previous Message Guillaume Lelarge 2010-01-26 22:09:49 Ticket 133: New attoptions column in pg_attribute