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