问题标签 [pgadmin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
postgresql - 将结果从 pgAdmin 复制到电子表格
我正在将查询(应用程序 pgAdmin)的每个结果复制到 Google 文档表中。
我想知道是否可以将 Postgres 设置为输出选项卡而不是分号;
来分隔列中的值 - 我想简单地从 Postgres 复制并粘贴到 Google Docs 表。
如果不可能,有没有办法在 Google Docs 表中编写宏?
我想再问一个问题 - 我如何划分使用 select 命令获得的两个值(以及如何要求 Postgres SQL 将值存储为例如 double)?
postgresql - 远程重启 PostgreSQL
我可以通过 PGAdmin 远程重启 PostgreSQL 服务器吗?我当前的用户是管理权限。
问候,
迪诺
postgresql - PostgreSQL pg_hba.conf 问题
在 pg_hba.conf 中,我有
我还添加了
双方。
我正在使用 pgAdminIII,尝试创建一个“新服务器注册”。当我连接到(本地主机)时,它工作正常。但是当我将主机更改为实际的工作站名称时,它会显示:
附加信息
- 操作系统:Windows 7 Ultimate 32 位
- PostgreSQL 服务器 9.0.2
对此的任何帮助将不胜感激。
postgresql - pgAdmin - When trying to make a foreign key "referencing" gives no options
I have three tables: ModelingAgency.clients
, ModelingAgency.models
, ModelingAgency.Bookings
. All three tables have a primary key column called id
.
The table bookings
has two columns that reference clients
and models
. In pgAdmin when I try to create a foreign key in bookings
to either clients
or models
I get the following screens:
What am I overlooking here? I am new to PostgreSQL (This is my first test project with PostgreSQL -- I've always used MySQL and occasionally SQL Server) so it's probably something obvious (I just don't see it).
EDIT: Here is the DDL, as requested:
python - postgres 查询中的文字括号,pgadmin 与 psycopg2
以下查询从字符串中取出括号,即正则表达式将它们替换为空。当我在 pgAdimin III (1.12) 中对其进行测试时,它按预期工作,但是当使用 psycopg2 作为 python 脚本的一部分时,它根本不会替换括号。
我正在使用 psycopg2 2.3.2 运行 python 2.7.1,我的操作系统是 SLES 11 SP1。
我希望在 pgAdmin 中运行的 postgres 查询将返回与使用 psycopg2 运行的完全相同的结果,或者这是一个不正确的假设?如果需要,我可以提供数据,但location.name
它是一个字符串,例如
(山羊)172.10.xx -> /var/log/messages
编辑:Python代码:
参数化参数看起来像答案。
ubuntu - apt-get install pgadmin 失败,libgtk2.0-0 & libwxgtk2.8.0 尚未配置
- 关闭后编辑 - 我尝试将 ruby 3 安装到服务器和那种工作,但是当我检查我的项目并尝试bundle install
我收到错误消息时,gem pg
需要 pgadmin,这就是我直接询问命令的原因。在这种情况下,它与编程有关...
- 原始问题
我只是尝试将 pgadmin 安装到 ubuntu 机器,但它失败并出现以下异常:
我尝试了很多不同的东西,但没有任何帮助。如果您需要更多信息,请告诉我。
有没有办法强制 dpkg 接受未配置?
更新
我update-mime-database /usr/share/mime
试过了,可以在这里找到输出
http://pastebin.com/9CjwLWgP
它看起来像一个没有解决方案的错误,不是吗?
当我进入dpkg -l libc6 gdb libxml2
它发生
更新 2
我安装了 libxml2.7.7(见历史:)
但我仍然收到错误,请参阅http://pastebin.com/E8bNdp2G
更新 3 问题解决了!
这是我最后的历史:
现在我可以将 postgresql 用于我的 rails 应用程序:D
谢谢爱丽儿!!!
postgresql - 从现有数据库构建 ER 图
如何从数据库构建 ER-图。我在 Linux 上使用 PostgreSQL 和 pgAdmin3。
java - 通过 JDBC 连接时在 Session Information 中显示应用程序名称
我使用标准 JDBC 驱动程序创建到 postgres 9 数据库的连接。
当我使用 PgAdmin 检查服务器状态并显示所有数据库会话时,我可以看到没有为我的会话设置“应用程序名称”。有没有办法在 JDBC 连接中设置应用程序名称?
postgresql - Can’t see user-defined database “types" in 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.
postgresql - 使用 pgAdmin 访问远程 Postgres 服务器
我在我的 XP 机器上运行了 pgAdmin。网络上有一台运行 Postgres 服务器的 Centos 机器。Postgres 服务器pg_hba.conf
文件有以下几行
我的postgresql.conf
文件有以下行:
nmap -sS 10.0.20.10
显示:
我可以通过 ssh 进入服务器上的 bash shell,但无法连接到 pgAdmin。我得到以下信息:
无法连接到服务器:没有到主机的路由(0x00002751/10065)服务器是否在主机“10.0.20.10”上运行并接受端口 5432 上的 TCP/IP 连接?
我不知道问题是什么。