-
### What happens?
I am developing quals push-down feature and have found that the query result is abnormal
```
pg_lakehouse=# select binary_col from t1 where binary_col = '\x68656c6c6f';
binar…
-
When installing the `protobuf` dependencies on a Debian machine, I ran into the following error:
```
$ make
protoc-c --c_out=. cstore.proto
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdecla…
-
Jeg har oprettet en postgres_fdw til kerteminde-databasen hos Geo Fyn, hvor jeg henter de fleste data. Kerteminde-databasen mangler dog data fra Naturdatabasen, da skemaet naturdatabasen_kerteminde i …
-
Hello guys, first I want to thank all the contributors for this fdw!!!
The context is: I have computer1 which is hosting an SQL server(MSSQL Server 2008 R2) on Windows 7 32bit and a computer2 which …
-
Jira Link: [DB-1239](https://yugabyte.atlassian.net/browse/DB-1239)
### Description
Some SELECT queries fail sporadically in the regress tests even though no DDLs are running at the same time:
```
…
-
I have use `pgAdmin` GUI to test embedded update by `mongo_fdw`
Tested Documents
```
collection: warehouse
{
_id: ObjectId("61d7ad616372f5550c92ac4b"),
elements: ["a", "b"]
}
```
SQL …
-
ERROR: could not access file "$libdir/odbc_fdw": No such file or directory
How can I solve it?
Thanks.
-
I'm trying to connect to Manticore Search via foreign table in PostgreSQL and when executing a query I get the error:
`[HV00L] ERROR: failed to prepare the MySQL query: unknown command (code=22)`…
-
The current implementation seems to take a very gentle approach to pushing filters to remote, only taking the first qual off the list. It might be nicer to properly deparse the qual tree and write out…
-