pg_shseclabel

存储共享数据库对象安全标签的系统表

pg_shseclabel 是一个存储共享数据库对象安全标签的系统目录表

pg_shseclabelPostgreSQL 9.2 中添加。

此表在集群中的所有数据库之间共享。

按 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

更改历史记录

分类

集群范围表安全系统目录

另请参阅

pg_seclabelSECURITY LABEL

反馈

提交关于 "pg_shseclabel" 的任何评论、建议或更正 此处