From: | Yann Michel <yann-postgresql(at)spline(dot)de> |
---|---|
To: | Josh Berkus <josh(at)agliodbs(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>, Neil Conway <neilc(at)samurai(dot)com> |
Subject: | Re: Extending System Views: proposal for 8.1/8.2 |
Date: | 2005-01-23 21:00:06 |
Message-ID: | 20050123210006.GA25428@zoom.spline.inf.fu-berlin.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On Sun, Jan 23, 2005 at 12:16:31PM -0800, Josh Berkus wrote:
>
> 4) ignore backwards compatibility and just re-write the old views. I can
> hear the shouting already ...
>
> So, a choice of annoying options. Does anyone else on the channel have
> opinions?
Isn't it a usefull option to introduce a postgresql-conf parameter to
set the pg-views version? I mean, in a pg 7.x-comaptibility-mode you
would only see the known views with their old content. If you set it to
8.x, you will see the new versions. So developers will get more time to
change their applications from the old views to the new ones while being
able to use new features.
Regards,
Yann
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2005-01-23 21:15:49 | Re: [PATCHES] Merge pg_shadow && pg_group -- UNTESTED |
Previous Message | Josh Berkus | 2005-01-23 20:43:15 | Re: [pgsql-hackers] Re: Extending System Views: proposal for 8.1/8.2 |