Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
5 Odgovori
15439 Prikazi

Hi.

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

Avatar
Opusti
Best Answer

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

Avatar
Opusti
Best Answer



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 

Avatar
Opusti
Best Answer

enter psql -l from terminal

Avatar
Opusti
Best Answer

Login as postgres user in terminal:

sudo su postgres

... and then

psql -l

for list all databases

Avatar
Opusti
Best Answer

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"

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jul. 23
5059
1
apr. 20
11935
1
mar. 15
4622
0
jun. 24
991
0
maj 24
698