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
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
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