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

Support Postgresql interface for statistic server #43

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

reshke
Copy link
Contributor

@reshke reshke commented Aug 2, 2024

db1=?> SAY HELLO;
 row
-----
 hi
(1 row)

db1=?> select 1;
failed to parse query
db1=?> SAY HELLO;
 row
-----
 hi
(1 row)

@reshke reshke changed the title Psql-interface min Support Postgresql interface for statistic server Aug 2, 2024
Add simple hello message

Add parser

Support query parsing
@rkhapov rkhapov merged commit 39c3761 into master Aug 2, 2024
1 check passed
@reshke reshke deleted the psql-iface2 branch August 9, 2024 08:16
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

Successfully merging this pull request may close these issues.

2 participants