Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
5 Ответы
16220 Представления

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"

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
июл. 23
5703
Odoo Table Name Решено
1
апр. 20
12681
1
мар. 15
5190
1
июл. 25
3224
0
июн. 24
1495