How can I hide the information_schema and pg_catalog tables?

I’d like to hide the above tables from the user interface when accessing a PostgreSQL database. Is there a way I can filter, or choose which tables I’m interested in?

Open your ODB file that connects to your postgres db server.
From the Tools menu, choose Table Filter.

Select the Tables you want to hide by unclicking them - the main db entry will still be visible, but the user won’t be able to drill down through the table entries. This works for mysql, but I haven’t tried it with postgresql.

Alex

Anon – Does this answer help you? Still looking for an answer to this question?