What bout this query (based on the description from manual)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema="public"
AND table_type="BASE TABLE";
What bout this query (based on the description from manual)?
SELECT table_name
FROM information_schema.tables
WHERE table_schema="public"
AND table_type="BASE TABLE";