-
Hi, and first of all: thank you for your work! 🙂
I am trying to use [pgx's `CopyFrom`](https://pkg.go.dev/github.com/jackc/pgx/v5#hdr-Copy_Protocol) method on a server created with `psql-wire`.
…
-
The postgres wire protocol [supports cancelling requests](https://www.postgresql.org/docs/current/protocol-flow.html#id-1.10.6.7.10) - we should implement that in readyset-psql.
This might be tricky …
-
**Is your feature request related to a problem? Please describe.**
maintaining special driver libs in project are a pain
it would be convenient to leverage on an existing network protocol and dr…
-
Coping the content from https://github.com/jeroenrinzema/psql-wire/issues/40#issuecomment-1320869471 here for better visibility
I am getting the error `got no result from the query` even though the…
-
### Problem Statement
The ability to import and export tables through the https://github.com/crate/crash client remotely. Having to copy a file to the server directly (or an S3 repository) is rathe…
-
Hello @AmrDeveloper this is a fantastic library, thanks for putting it together!
We have a need to query our Git repos using SQL but with a PosgreSQL wire protocol (so we can use it with `psql` or…
shah updated
5 months ago
-
As you might already know [lib/pq](https://github.com/lib/pq/) is now in [maintenance mode](https://github.com/lib/pq/#status) and psql-wire has a [direct dependency](https://github.com/jeroenrinzema/…
-
Only if we create an invalid index on a populated table the system will crash. If the table is empty, it handles correctly.
Client:
```
postgres=# create table foo(a int);
create table foo(a int…
-
### Context
When i run sql scripts through [vscode sql tools](https://vscode-sqltools.mteixeira.dev/en/home/). The received query string in SimpleQueryFn is of the form
```sql
select * from emplo…
-
What is the level of Postgres emulation that Buena Vista aims for?
For example, if I do `\d` in psql to get list of tables, I get following error:
```
Catalog Error: Scalar Function with name p…