SyntaxFix
Write A Post
Hire A Developer
Questions
Alternatively to information_schema it is possible to use pg_tables:
information_schema
pg_tables
select * from pg_tables where schemaname='public';