寻找数据库存放目录的方法
方法一:
To see where the data directory is, use this query.
show data_directory;
To see all the run-time parameters, use
show all;
方法二:
通过查看进程指令
ps aux | grep postgres | grep – -D
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!
方法一:
To see where the data directory is, use this query.
show data_directory;
To see all the run-time parameters, use
show all;
方法二:
通过查看进程指令
ps aux | grep postgres | grep – -D
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!
目录