Skip to main content
Kinetica has support for PostgreSQL Wire Protocol connections. PostgreSQL simple query syntax is fully supported, while PostgreSQL extended query syntax is largely supported.

Connecting

Point any client able to make use of PostgreSQL Wire Protocol at Kinetica on port 5432 to connect.

JDBC

JDBC can be used to connect to PostgreSQL over PostgreSQL Wire Protocol.
JDBC Connection String Format
JDBC Connection String Example

PSQL

PSQL is a PostgreSQL CLI for connecting over PostgreSQL Wire Protocol.
Connect
SELECT
Inspect

Psycopg

Psycopg is a Python library for connecting over PostgreSQL Wire Protocol.
Connect
SELECT
Inspect