Psql listet alle Tabellen auf

Ich möchte alle Tabellen in der Liste auflistenliferay Datenbank in meiner PostgreSQL-Installation. Wie mache ich das?

Ich würde gerne ausführenSELECT * FROM applications; in demliferay Datenbank.applications ist ein tisch in meiner liferay db. Wie geht das?

Hier ist eine Liste aller meiner Datenbanken:

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=# 

Antworten auf die Frage(6)

Ihre Antwort auf die Frage