Re: database introspection error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: database introspection error
Дата
Msg-id 4473.1303588428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: database introspection error  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-bugs
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Jon Nelson <jnelson+pgsql@jamponi.net> wrote:
>> Would the following query be more (most?) correct, assuming the
>> oid of the table is known?

> It doesn't seem to work for indexes on expressions.

Depends on what you mean by "work".  If you're looking for attributes
that are used as simple index columns, it's probably fine.  If you want
to also find attributes that are used in index expressions, you might
want to make use of a join through pg_depend.  One disadvantage of
pg_depend is that it doesn't help for system catalog indexes (because
indexes built at bootstrap time aren't included in pg_depend) --- not
sure if that is something SQLAlchemy cares about.

            regards, tom lane

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

Предыдущее
От: "Bryant, Alex"
Дата:
Сообщение: Upgrading from 1.10 to 1.12 - cannot set up server
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5989: Assertion failure on UPDATE of big value