Re: Are we losing momentum?

From: Sailesh Krishnamurthy <sailesh(at)cs(dot)berkeley(dot)edu>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: 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 05:49:20
Message-ID: bxyadeg1m3j.fsf@datafix.CS.Berkeley.EDU
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

--
Pip-pip
Sailesh
http://www.cs.berkeley.edu/~sailesh

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message S - 2003-04-24 07:34:03 Putting code in main of src/backend/main/main.c
Previous Message Tom Lane 2003-04-24 02:59:50 Re: query optimization scenarios 17,701 times faster!!!