Muchas gracias.
Viene perfectamente documentado. En concreto lo que necesitaba era algo así como:
Código:
SELECT * FROM information_schema.tables
WHERE table_type = 'BASE TABLE'
AND table_catalog = 'MyBaseDeDatos'
AND table_schema = 'public'
Un saludo.