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 -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
