[pgadmin-support] Build only pgagent?

2007-12-20 Thread Mike Blackwell
Is there a way to build only pgagent without having to install wxwidgets and build the entire package? I normally run pgAdmin from a windows machine, but the database is on a linux server which doesn't have wx-widgets (or really any windowing stuff) installed. ---(end

[pgadmin-support] Re: [BUGS] BUG #3829: Wrong index reporting from pgAdmin III (v1.8.0 rev 6766-6767)

2007-12-20 Thread Dave Page
Tom Lane wrote: We use the data in various UI elements as well as for reverse engineering the SQL - it's easier to get it broken down than to parse it back out of the complete definition. Seems like all the more argument for having functions that extract single pieces of information, rather tha

Re: [pgadmin-support] [BUGS] BUG #3829: Wrong index reporting from pgAdmin III (v1.8.0 rev 6766-6767)

2007-12-20 Thread Tom Lane
Dave Page <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Just out of curiosity, why is pgAdmin doing it this way at all? >> Seems it would be a lot easier to use the all-columns form of >> pg_get_indexdef than to cons up the display from fetches of each >> column individually. > We use the data