按 PostgreSQL 版本定义
pg_shseclabel (PostgreSQL 18)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | C | not null | label | text | C | not null | Indexes: "pg_shseclabel_object_index" PRIMARY KEY, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 17)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | C | not null | label | text | C | not null | Indexes: "pg_shseclabel_object_index" PRIMARY KEY, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 16)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | C | not null | label | text | C | not null | Indexes: "pg_shseclabel_object_index" PRIMARY KEY, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 15)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | C | not null | label | text | C | not null | Indexes: "pg_shseclabel_object_index" PRIMARY KEY, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 14)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | C | not null | label | text | C | not null | Indexes: "pg_shseclabel_object_index" PRIMARY KEY, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 13)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | C | not null | label | text | C | not null | Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 12)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | C | not null | label | text | C | not null | Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 11)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | | not null | label | text | | not null | Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider text_pattern_ops), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 10)
Table "pg_catalog.pg_shseclabel" Column | Type | Collation | Nullable | Default ----------+------+-----------+----------+--------- objoid | oid | | not null | classoid | oid | | not null | provider | text | | not null | label | text | | not null | Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider text_pattern_ops), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 9.6)
Table "pg_catalog.pg_shseclabel" Column | Type | Modifiers ----------+------+----------- objoid | oid | not null classoid | oid | not null provider | text | not null label | text | not null Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider text_pattern_ops), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 9.5)
Table "pg_catalog.pg_shseclabel" Column | Type | Modifiers ----------+------+----------- objoid | oid | not null classoid | oid | not null provider | text | not null label | text | not null Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider text_pattern_ops), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 9.4)
Table "pg_catalog.pg_shseclabel" Column | Type | Modifiers ----------+------+----------- objoid | oid | not null classoid | oid | not null provider | text | label | text | Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 9.3)
Table "pg_catalog.pg_shseclabel" Column | Type | Modifiers ----------+------+----------- objoid | oid | not null classoid | oid | not null provider | text | label | text | Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
pg_shseclabel (PostgreSQL 9.2)
Table "pg_catalog.pg_shseclabel" Column | Type | Modifiers ----------+------+----------- objoid | oid | not null classoid | oid | not null provider | text | label | text | Indexes: "pg_shseclabel_object_index" UNIQUE, btree (objoid, classoid, provider), tablespace "pg_global" Tablespace: "pg_global"
文档: pg_shseclabel
更改历史记录
- PostgreSQL 9.5
- PostgreSQL 9.2
- 添加 (提交 463f2625)
参考文献
- PostgreSQL 文档: pg_shseclabel