You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the server-side of the postgres protocol allowing any postgres client to connect to a CockroachDB cluster. There is work to be done on type checking in order to handle prepared queries, work to be done to support TLS connections and likely other bits of unknown work.
logic tests
TLS
basic support
mutual auth
prepared statements
The text was updated successfully, but these errors were encountered:
See #2491 and #2489.
Implement the server-side of the postgres protocol allowing any postgres client to connect to a CockroachDB cluster. There is work to be done on type checking in order to handle prepared queries, work to be done to support TLS connections and likely other bits of unknown work.
The text was updated successfully, but these errors were encountered: