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

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


如题,系统是Linux

PostgreSQL

12 years, 1 month ago
ohmygad

ohmygad


share
ohmygad 12 years, 1 month ago

Answers

0

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

SHOW config_file;

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

answered 12 years, 1 month ago
ohmygad

身体变得好奇怪


share
身体变得好奇怪 answered 12 years, 1 month ago

Your Answer

Ask Question
Related questions

怎样实现数据库隔行查询?(PostgreSQL)

这条mysql查询是否还有优化的余地?

postgresql中如何替换掉某个字段里的字母?

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

mongoose 中的 findOneAndUpdate 在 sequelize 中有替代方案吗?

Rails3.2生产环境预编译与Active Record初始化问题

Related posts

基于EC2的Instagram技术架构