Re: Are we losing momentum?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Are we losing momentum?
Дата
Msg-id 25012.1051223307@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Are we losing momentum?  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
Ответы Re: Are we losing momentum?
Re: Are we losing momentum?
Список 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 по дате отправления:

Предыдущее
От: Sailesh Krishnamurthy
Дата:
Сообщение: Re: Are we losing momentum?
Следующее
От: Sailesh Krishnamurthy
Дата:
Сообщение: Re: Are we losing momentum?