콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
5 답글
15788 화면

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"

아바타
취소
관련 게시물 답글 화면 활동
1
7월 23
5372
Odoo Table Name 해결 완료
1
4월 20
12256
1
3월 15
4925
0
6월 24
1173
0
5월 24
877