Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL

Поиск
Список
Период
Сортировка
От Chris
Тема Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Дата
Msg-id 38997D1C.9F353FED@bitmead.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:

> Oops:

>         test=> drop index i_test;
>         DROP
>         test=> select relhasindex from pg_class where relname = 'test';
>          relhasindex
>         -------------
>          t
>         (1 row)
> 
> Let me add that to the TODO list.

Why not change that to a relnumindexes as well? Easier to maintain and
more useful information.

> > >Could you do that for relhassubclass?
> >
> > If we made it relnumsubclasses and incremented/decremented on
> > CREATE/DROP, it seems easy in theory.
> 
> Yes, that would work.  Seems hasindex has problems.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [SQL] Proposed Changes to PostgreSQL