微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

postgresql – 在pgAdmin中看不到用户定义的数据库“types”

是否有一种图形方式来创建/操纵/查看PgAdmin中的特殊数据库类型?

例如,在Postgresql中,我们有:

CREATE TYPE compfoo AS(f1 int,f2 text);

我注意到pgAdmin几乎以图形方式显示一切,例如触发器,视图,函数和当然表,但我找不到我创建的类型。

您只需要通过菜单文件→选项…→浏览器和检查类型启用查看类型:

根据pgAdmin的documentation

The list of check Boxes is used to select which object types to show in the browser tree. By default,only the most commonly used object types are shown. Reducing the number of object types shown can increase the speed of pgAdmin when querying the system catalogs. Use the Default button to reset the list to its default settings.

原文地址:https://www.jb51.cc/postgresql/193615.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐