[PostgreSQL] INDEX 조회

smiler·2023년 5월 4일
0
select
	*
from
	pg_indexes
where
	tablename = '테이블명'; 

0개의 댓글

Powered by GraphCDN, the GraphQL CDN