모든 테이블을 나열하고 싶습니다 liferay
PostgreSQL 설치시 데이터베이스의 . 어떻게합니까?
데이터베이스 SELECT * FROM applications;
에서 실행 하고 싶습니다 liferay
.applications
내 liferay db의 테이블입니다. 이것은 어떻게 이루어 집니까?
모든 데이터베이스 목록은 다음과 같습니다.
postgres=# \list
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
liferay | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =Tc/postgres +
| | | | | postgres=CTc/postgres+
| | | | | liferay=CTc/postgres
lportal | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 |
postgres | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 |
template0 | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
(5 rows)
postgres=#
information_schema.tables
어떤 이유로 든 조회수를 포함합니다. (어쨌든 PostgreSQL 9.2에서)