본문 바로가기
PostgreSQL

PostgreSQL_System Views, System Catalogs Table

by 쑤- IT, MySQL, MariaDB, DBeaver 2021. 8. 18.

 

 

System Views

 

pg_indexes
pg_locks
pg_rules
pg_settings
pg_stats
pg_tables
pg_user
pg_views

https://www.postgresql.org/docs/8.0/views-overview.html#VIEW-TABLE

 

 

System Catalogs Table

pg_aggregate 집계 함수
pg_am 인덱스 액세스 방법
pg_amop 접근 방법 연산자
pg_amproc 접근 방식 지원 절차
pg_attrdef 열 기본값
pg_attribute 테이블 열( "속성" )
pg_cast 캐스트(데이터 유형 변환)
pg_class 테이블, 인덱스, 시퀀스, 뷰( "관계" )
pg_constraint 확인 제약 조건, 고유 제약 조건, 기본 키 제약 조건, 외래 키 제약 조건
pg_conversion 인코딩 변환 정보
pg_database 이 데이터베이스 클러스터 내의 데이터베이스
pg_depend 데이터베이스 개체 간의 종속성
pg_description 데이터베이스 개체에 대한 설명 또는 설명
pg_group 데이터베이스 사용자 그룹
pg_index 추가 색인 정보
pg_inherits 테이블 상속 계층
pg_language 함수 작성을 위한 언어
pg_largeobject 큰 개체 정보
pg_listener 비동기 알림 지원
pg_namespace 스키마
pg_opclass 인덱스 액세스 방법 연산자 클래스
pg_operator 연산자
pg_proc 기능 및 절차
pg_rewrite 쿼리 재작성 규칙
pg_shadow 데이터베이스 사용자
pg_statistic 기획자 통계
pg_tablespace 이 데이터베이스 클러스터 내의 테이블스페이스
pg_trigger trgger
pg_type 데이터 유형

https://www.postgresql.org/docs/8.0/catalogs.html#CATALOG-TABLE

댓글