• Tools
  • Articles
  • Q&A
  • Login
0 0

如何找到postgresql的设置文件的位置?


如题,系统是Linux

PostgreSQL

11 years, 11 months ago
ohmygad

ohmygad


share
ohmygad 11 years, 11 months ago

Answers

0

进入 postgresql的提示符,然后键入

SHOW config_file;

就会给出配置文件的位置了。

answered 11 years, 11 months ago
ohmygad

身体变得好奇怪


share
身体变得好奇怪 answered 11 years, 11 months ago

Your Answer

Ask Question
Related questions

gunicorn+gevent+django+PostgreSQL下的数据库连接情况

postgresql有什么好的教程推荐?

PostgreSQL中,用户表中的用户名字段,该如何设计,来保证【不区分大小写】的UNIQUE

postgresql 中的 update 语句问题

postgresql怎么样可以做json数据的部分匹配

python 数据库操作为什么会把record变成string?

Related posts

基于EC2的Instagram技术架构