when the primary key constraint created, the pgAdmin implicitly creates the index for the selected column
but I want to know what is the table space for these
indexes. I tried to execute the query:
but the column "tablespace " appears empty for the implicit
indexes, what that means?
and what the difference between "pg_indexes " table and
"pg_index" table?
THANKS.
but I want to know what is the table space for these
indexes. I tried to execute the query:
Code:
select * from pg_indexes
indexes, what that means?
and what the difference between "pg_indexes " table and
"pg_index" table?
THANKS.
Comment