标签: postgresql
命令\dn+将standard public schema架构的描述显示为public。
\dn+
standard public schema
public
如何更改其他模式以添加说明?
答案 0 :(得分:3)
使用comment command:
comment
comment on schema some_schema is 'This is my other schema';