How to select a schema in a Postgresql query

by bram

SELECT table_name as name FROM INFORMATION_SCHEMA.tables WHERE table_schema = ‘tablename‘;