Standard ODBC and JDBC interfaces are supported and you can connect using the standard PostgreSQL driver for the interface used.
For query and BI tools, choose a PostgreSQL driver and use a standard PostgreSQL connection string where the host address is the address of a catalog server and the database name is the name of the network you want to query.
The URI for a PostgreSQL connection string takes the following format:
postgresql://[user[:password]@][host][/network]
Comments
Article is closed for comments.