Re: Are we losing momentum?

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: sailesh(at)cs(dot)berkeley(dot)edu
Cc: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Are we losing momentum?
Date: 2003-04-24 13:06:37
Message-ID: 1051189596.46146.24.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 2003-04-24 at 01:49, Sailesh Krishnamurthy wrote:
> >>>>> "scott" == scott marlowe <scott.marlowe> writes:
>
> scott> Plus the fact that the underlying pg_ tables are stable
> scott> from release to release makes it a bit awkward to upgrade
> scott> the servers they play on. Most of them have gone ahead and
> scott> created views that give them a consistent view of the parts
> scott> of the database they need.
>
> This is exactly the reason why in db2 _no_ guarantees are made
> regarding the constancy of the system catalogs (that are in the SYSIBM
> schema). Instead, the equivalent views (in the SYSCAT schema) are
> _never_ broken (whether in a point release or a new version). In fact,
> the SYSCAT views correspond to the ISO SQL standard.

The INFORMATION_SCHEMA? Out of curiousity, how do they handle DB2
extensions? Do they create new views in that schema? Do they ignore
them?

I'm going with the assumptions DB2 has extended SQL specs in some shape
or form.


--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-24 13:09:57 Re: src/backend/storage/lmgr/lock.c ----> LockAcquire()
Previous Message Tom Lane 2003-04-24 13:03:57 Re: forking child processes in src/backend/main/main.c