コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5 返信
16387 ビュー

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
5879
1
4月 20
12849
1
3月 15
5340
1
7月 25
3410
0
6月 24
1616