이 문서는 지원되지 않는 버전의 PostgreSQL을위한 것입니다.
당신은에 대해 같은 페이지를 볼 수 있습니다
배트맨 토토 : 문서 : 17 : 35.20. data_type_privileges버전 또는 위에 나열된 다른 지원 버전 중 하나입니다.
보기data_type_privilegesidentifies all data type descriptors that the current user has access to, by way of being the owner of the described object or having some privilege for it. A data type descriptor is generated whenever a data type is used in the definition of a table column, a domain, or a function (as parameter or return type) and stores some information about how the data type is used in that instance (for example, the declared maximum length, if applicable).
표 35-17.data_type_privileges열
이름 |
데이터 유형 |
설명 |
Object_catalog |
SQL_IDENIFIER |
설명 된 객체를 포함하는 데이터베이스 이름 (항상 현재 데이터베이스) |
Object_Schema |
SQL_IDENIFIER |
설명 된 객체를 포함하는 스키마 이름 |
Object_name |
SQL_IDENIFIER |
설명 된 개체의 이름 |
object_type |
character_data |
설명 된 개체의 유형 : ONE테이블(데이터 유형 디스크립터는 해당 테이블의 열에 관련이 있음),도메인(데이터 유형 설명자는 해당 도메인과 관련이 있음),루틴(데이터 유형 디스크립터는 해당 함수의 매개 변수 또는 반환 데이터 유형과 관련이 있습니다).. |
dtd_identifier |
SQL_IDENIFIER |
동일한 개체에 대한 데이터 유형 설명자 중 고유 한 데이터 유형 디스크립터의 식별자. |