Re: pg_class.relistemp - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: pg_class.relistemp
Date
Msg-id CABUevEyK8Z=mTxCh5WejcZnBUUPHPuebcO_jt6Q2gWH_TrAY3g@mail.gmail.com
Whole thread Raw
In response to Re: pg_class.relistemp  (Josh Berkus <josh@agliodbs.com>)
Responses Re: pg_class.relistemp
List pgsql-hackers
On Thu, Jul 14, 2011 at 21:59, Josh Berkus <josh@agliodbs.com> wrote:
>
>> There has never, ever, been a guarantee that the system catalogs don't
>> change across versions.  Anybody issuing such queries should expect to
>> have to retest them and possibly change them in each new major release.
>
> I know that's always been our policy.  It his, however,
> vendor-unfriendly because we don't supply any interface for many things
> (such as temp tables) other than the system catalogs.
>
> So if we're going to break compatibility, then we could stand to make a
> little noise about it.

We've broken the admin apps in pretty much every single release. And
they generally don't complain. If someone developing an admin app
hasn't been doing extensive testing starting *at the latest* with
beta1 (and recommended per each alpha), they shouldn't expect to
release until quite long after the release.

That said, a stable set of system views certainly wouldn't hurt - but
making extra noise about a simple change like this one would likely
not make a difference.


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pg_class.relistemp
Next
From: Simon Riggs
Date:
Subject: Re: Is there a committer in the house?