pg_namespace
pg_namespace
系统目录表用于存储命名空间信息。命名空间是 SQL 模式(schema)的底层实现,每个命名空间可以包含一组独立的关系、类型等对象,从而避免命名冲突。
列名 | 类型 | 引用 | 说明 |
---|---|---|---|
oid | oid | 行标识符(隐藏属性,需显式选择)。 | |
nspname | name | 命名空间名称。 | |
nspowner | oid | pg_authid.oid | 命名空间的所有者。 |
nspacl | ARRAY | 通过 GRANT 和 REVOKE 设置的访问权限。 |
pg_namespace
系统目录表用于存储命名空间信息。命名空间是 SQL 模式(schema)的底层实现,每个命名空间可以包含一组独立的关系、类型等对象,从而避免命名冲突。
列名 | 类型 | 引用 | 说明 |
---|---|---|---|
oid | oid | 行标识符(隐藏属性,需显式选择)。 | |
nspname | name | 命名空间名称。 | |
nspowner | oid | pg_authid.oid | 命名空间的所有者。 |
nspacl | ARRAY | 通过 GRANT 和 REVOKE 设置的访问权限。 |
Apache Cloudberry is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Copyright © 2025 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache®, the names of Apache projects, and the feather logo are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.