Hi.
What is the table in postgresql that stores the list openerp databases ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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"
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|
1
jul. 23
|
6663 | |||
|
Odoo Table Name
Opgelost
|
1
apr. 20
|
13924 | ||
|
1
mrt. 15
|
6303 | |||
|
1
jul. 25
|
4414 | |||
|
0
jun. 24
|
2419 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.