Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
5 Replies
15709 Tampilan

Hi.

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

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Jawaban Terbai



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
Buang
Jawaban Terbai

enter psql -l from terminal

Avatar
Buang
Jawaban Terbai

Login as postgres user in terminal:

sudo su postgres

... and then

psql -l

for list all databases

Avatar
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jul 23
5294
Odoo Table Name Diselesaikan
1
Apr 20
12142
1
Mar 15
4838
0
Jun 24
1118
0
Mei 24
842