Re: Are we losing momentum? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Are we losing momentum?
Date
Msg-id 25012.1051223307@sss.pgh.pa.us
Whole thread Raw
In response to Re: Are we losing momentum?  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
Responses Re: Are we losing momentum?  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
Re: Are we losing momentum?  (Rod Taylor <rbt@rbt.ca>)
List pgsql-hackers
Sailesh Krishnamurthy <sailesh@cs.berkeley.edu> writes:
>     Rod> The INFORMATION_SCHEMA?  Out of curiousity, how do they
>     Rod> handle DB2 extensions?  Do they create new views in that
>     Rod> schema?  Do they ignore them?

> Why extensions, even for things like indexes that aren't in the
> standard, they create views (SYSCAT.INDEXES, SYSCAT.INDEXAUTH etc.) 
> ...
> Certainly - it's just that the meaning and number of existing columns
> and rows in the syscat views are always backward compatible. That
> includes support of the info schema - for the sql standard features
> that db2 supports.

> So if there's something new in the catalog tables that is a result of
> an extension and doesn't appear as a column in the syscat views (or
> the info schema) then an appropriate column may be added to the view -
> provided that this doesn't break the info schema compatibility.

Of course, IBM can afford to keep reps on the SQL standards committee to
make sure that no future spec extension conflicts with the names they've
used for their additions to INFORMATION_SCHEMA.  We, on the other hand,
could easily get burnt by spec changes.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Sailesh Krishnamurthy
Date:
Subject: Re: Are we losing momentum?
Next
From: Sailesh Krishnamurthy
Date:
Subject: Re: Are we losing momentum?