| От | Tom Lane |
|---|---|
| Тема | Re: Location of index information |
| Дата | |
| Msg-id | 4613.1133998333@sss.pgh.pa.us обсуждение |
| Ответ на | Location of index information (Jim Beckstrom <jrbeckstrom@sbcglobal.net>) |
| Ответы |
Re: Location of index information
|
| Список | pgsql-novice |
Jim Beckstrom <jrbeckstrom@sbcglobal.net> writes: > If the table names in a database are in pg_class.relname, where are the associated indexes, or where is this documented? The indexes have their own entries in pg_class. The linkage between a table and its indexes is made through entries in pg_index. See the system catalogs documentation for your release: http://www.postgresql.org/docs/8.1/static/catalogs.html (adjust link as needed --- although the basic stuff tends to remain the same across releases, sometimes the details change) regards, tom lane
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера