forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
2.0 KiB
2.0 KiB
Schema Object Design
Suggestion 2.7: Avoiding the Creation of Objects Under Other Users' Private Schemas
A private schema refers to a schema with the same name as the user when the user is created. This schema is only accessible to the user.
Impact of rule violation:
- When you create an object under someone else's private schema, the permissions for that object are determined by the schema owner.
Solution:
- Create objects under your own private schema to have full control over the object permissions.
Parent topic: GaussDB(DWS) Object Design Specifications