поиск:

41.32. pg_indexes

The view pg_indexes provides access to useful information about each index in the database.

Table 41-32. pg_indexes Columns

NameTypeReferencesDescription
schemanamenamepg_namespace.nspnamename of schema containing table and index
tablenamenamepg_class.relnamename of table the index is for
indexnamenamepg_class.relnamename of index
tablespacenamepg_tablespace.spcnamename of tablespace containing index (NULL if default for database)
indexdeftext index definition (a reconstructed creation command)
 
© 1997-2005 PHP Club Team
Rambler's Top100