Re: Selecting names of indexes that are not dependent on constraints.
Re: Selecting names of indexes that are not dependent on constraints.
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Selecting names of indexes that are not dependent on constraints.
От:
Dmitriy Igrishin <dmitigr@gmail.com>
Дата:
Re: Selecting names of indexes that are not dependent on constraints.
От:
Dmitriy Igrishin <dmitigr@gmail.com>
Дата:
Of course, I meant the indexes of which constraints do not depend. :)
2010/3/11 Dmitriy Igrishin <dmitigr@gmail.com>
Hey all,
How can I select names of indexes of table (or even whole schema) that are not dependent on constraints?
Unfortunately there is no way to select only "independent" indexes from pg_indexes view.
How can I do it?
Regards,
Dmitriy Igrishin