Questions tagged «postgresql»

4
命令列出PostgreSQL用户帐户?
有createuser&dropuser命令: createuser - define a new PostgreSQL user account dropuser - remove a PostgreSQL user account 有列出用户帐户的相应方法吗? 这两个命令不需要用户调用psql也不了解使用它的细节。
88 users  postgresql 


4
在我的postgresql安装中找不到postgresql.conf和pg_hba.conf文件
从之后的所有指令UNIXMEN,安装postgresql-9.4在CentOS 6.4。一切进展顺利,启动了服务并可以访问pgsql屏幕。但是当我尝试配置时phpPgAdmin,我找不到文件 postgresql.conf pg_hba.conf config.inc.php phpPgAdmin.conf 指令说,postgresql主目录位于其中/etc/../,有人说它将位于中/var/lib/。在哪里创建目录(在CentOS中)? 在centos,redhat(RHEL7)和ubuntu中安装目录路径是否不同? 更新: 我跑了快速查找命令* ** postgresql.conf中和* hba.conf **,我发现示例文件postgresql.conf.sample和pg_hba.conf.sample(在/usr/pgsql-9.4/share/)


3
Systemd Postgresql启动脚本
我正在将postgresql安装到第二台服务器上 以前我安装了postgresql,然后使用提供的脚本 ./contrib/start-scripts/linux 放入正确的目录 # cp ./contrib/start-scripts/linux /etc/rc.d/init.d/postgresql92 # chmod 755 /etc/rc.d/init.d/postgresql92 然后我可以按预期执行 # service postgresql92 start 但是,新机器正在使用Systemd,看来有一种完全不同的方法来执行此操作 我不想为此而and毁,所以我想知道是否有人可以指出正确的方向,以实现相同的结果

1
为什么`postgres`需要外壳?
在我的Debian Wheezy系统中,我注意到postgres用户“ postgres”(“ PostgreSQL管理员”)/bin/bash用作shell。但是,我不知道为什么需要这样做。将此更改为/bin/false仍然允许我使用命令psql。 那么,系统用户为何postgres需要外壳,并且必须特别指定外壳/bin/bash?

5
pg_dump版本在Debian上不匹配
我在Debian Unstable / Sid上运行PostgreSQL。我已经得到了当前版本(9.1) ,,postgresql (143)安装。postgresql-clientpostgresql-client-common 我遇到的问题是试图运行pg_dump。我收到此错误: pg_dump: server version: 9.1.9; pg_dump version: 9.0.6 pg_dump: aborting because of server version mismatch 我似乎无法弄清楚如何获得的较新版本pg_dump。它似乎来自该postgresql-client-common软件包,我正在尝试apt-get --reinstall在其上运行,但这并没有为我提供pg_dump的较新版本。 我该如何解决?或者在哪里可以找到更新版本的软件包pg_dump?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.