From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Views, views, views! (long) |
Date: | 2005-05-06 10:20:09 |
Message-ID: | 427B44D9.6060801@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Christopher Kings-Lynne wrote:
> The unimaginable craziness of currently trying to support multiple
> versions of postgresql is pretty bad,
Hu? So you suggest version specific admin tools? *scratch head*
Just for curiosity:
pgAdmin CVS currently has 80 version checked pieces of code to support
7.3/7.4/8.0, and the vast majority is about version specific CREATE
options, i.e. DDL commands, not for querying system catalogs. I remember
only a single occurrence when a system catalog change had an impact on
pgAdmin's usability (dropped datpath).
> and the information_schema is next to useless for these things since
> it doesn't have PostgreSQL specific things in it.
And the restriction to current user owned objects reduces usability to zero.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Russell Smith | 2005-05-06 10:26:22 | Re: pgFoundry |
Previous Message | Dawid Kuroczko | 2005-05-06 09:04:51 | Re: Views, views, views! (long) |