Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: postgres-compatible endpoint #2720

Closed
5 tasks done
petermattis opened this issue Sep 29, 2015 · 1 comment
Closed
5 tasks done

sql: postgres-compatible endpoint #2720

petermattis opened this issue Sep 29, 2015 · 1 comment
Assignees
Milestone

Comments

@petermattis
Copy link
Collaborator

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.

  • logic tests
  • TLS
    • basic support
    • mutual auth
  • prepared statements
@tamird
Copy link
Contributor

tamird commented Jan 13, 2016

This is mostly done, except for ongoing work to add type inference to various expression types. Closing.

@tamird tamird closed this as completed Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants