无法查看用户定义的数据库“类型”在 pgAdmin 中

发布于 2024-12-02 15:16:15 字数 205 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏爱自由 2024-12-09 15:16:15

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

在此处输入图像描述

根据 pgAdmin 的文档

复选框列表用于选择要显示的对象类型
在浏览器树中。默认情况下,仅显示最常用的对象
显示类型。减少显示的对象类型数量可以
提高 pgAdmin 查询系统目录时的速度。使用
“默认”按钮可将列表重置为其默认设置。

You just need to enable viewing types through menu File → Options... → Browser and checking Types:

enter image description here

According to pgAdmin's 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文