list_tables.sql 80 Bytes Edit Raw Blame History 1 SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';