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 !
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"
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
1
Jul 23
|
7699 | |||
|
Odoo Table Name
Solved
|
1
Apr 20
|
15038 | ||
|
1
Feb 16
|
4873 | |||
|
1
Mar 15
|
7140 | |||
|
1
Jul 25
|
5643 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.