When you connect to Contiamo from an external tool, Contiamo behaves like a Postgres database. Under the hood Contiamo uses the wire protocol, which makes Contiamo look like a Postgres database to the outside. We mimic some of the Postgres system tables to provide connecting tools the ability to query metadata about the data sources you have set up in Contiamo. Postgres uses two groups of system tables, one is available in the schema information_schema
and the other is available in the schema pg_catalog
.