İçereği Atla
Menü
Bu soru işaretlendi
5 Cevaplar
16331 Görünümler

Hi.

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

Avatar
Vazgeç
En İyi Yanıt

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

Avatar
Vazgeç
En İyi Yanıt



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
Vazgeç
En İyi Yanıt

enter psql -l from terminal

Avatar
Vazgeç
En İyi Yanıt

Login as postgres user in terminal:

sudo su postgres

... and then

psql -l

for list all databases

Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Tem 23
5832
Odoo Table Name Çözüldü
1
Nis 20
12824
1
Mar 15
5274
1
Tem 25
3342
0
Haz 24
1585