Show tables from all schemas in Presto

In Presto SHOW SCHEMAS; returns all schemas SHOW TABLES FROM foo; returns all tables for foo schema Is there a simple way to return tables from all schemas in Presto?