Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
5 Odpowiedzi
16385 Widoki

Hi.

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź



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 

Awatar
Odrzuć
Najlepsza odpowiedź

enter psql -l from terminal

Awatar
Odrzuć
Najlepsza odpowiedź

Login as postgres user in terminal:

sudo su postgres

... and then

psql -l

for list all databases

Awatar
Odrzuć
Najlepsza odpowiedź

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"

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lip 23
5879
Odoo Table Name Rozwiązane
1
kwi 20
12848
1
mar 15
5340
1
lip 25
3409
0
cze 24
1616