I would like to list all tables in the liferay database in my PostgreSQL install. How do I do that?
liferay
I would like to execute SELECT * FROM applicat
SELECT * FROM applicat
A one-line example is
\dt schemaname.*
in your senario
\dt public.*