无法查看用户定义的数据库“类型”在 pgAdmin 中
在 PgAdmin 中是否有图形化的方式来创建/操作/查看特殊数据库类型?
例如,在 PostgreSQL 中,我们有:
CREATE TYPE compfoo AS (f1 int, f2 text);
我注意到 pgAdmin 几乎以图形方式显示所有内容,例如触发器、视图、函数,当然还有表,但我找不到我创建的类型。
Is there a graphical way to create/manipulate/view special database types in PgAdmin?
For example, in PostgreSQL we have:
CREATE TYPE compfoo AS (f1 int, f2 text);
I’ve noticed pgAdmin almost shows everything graphically, such as triggers, views, functions, and of course tables, but I couldn’t find the types that I created.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需通过菜单文件 → 选项... → 浏览器并检查
类型
启用查看类型:根据 pgAdmin 的文档:
You just need to enable viewing types through menu File → Options... → Browser and checking
Types
:According to pgAdmin's documentation: