跳至内容
菜单
此问题已终结
5 回复
15631 查看

Hi.

What is the table in postgresql that stores the list openerp databases ?

形象
丢弃
最佳答案

If you wan to list all the databases, then just enter psql -l from terminal. It will list all databases.

形象
丢弃
最佳答案



Open Terminal

test@example:~$ sudo su postgres

[sudo] password for test:

postgres@example:/home/test$ psql

psql (9.5.10)

Type "help" for help.

postgres=# \l


Thanks !


iWesabe 

形象
丢弃
最佳答案

enter psql -l from terminal

形象
丢弃
最佳答案

Login as postgres user in terminal:

sudo su postgres

... and then

psql -l

for list all databases

形象
丢弃
最佳答案

You can all you databases (not only those ones that are OpenERP ones) by running this SQL request : "SELECT datname FROM pg_catalog.pg_database"

形象
丢弃
相关帖文 回复 查看 活动
1
7月 23
5255
1
4月 20
12062
1
3月 15
4759
0
6月 24
1095
0
5月 24
797