-
It seems that we began similar projects at similar times. I started on https://github.com/jeff-davis/postgres-extension.rs just recently and did not notice your project.
A few comments:
* It mig…
-
When running this against tap-postgres, some tables work, but some give errors like the below.
```
2024-08-08 12:07:50,301 | INFO | target-clickhouse | Initializing 'target-clickhouse' t…
-
Simple example:
```sql
DROP TABLE IF EXISTS t;
DROP ROLE IF EXISTS alice;
CREATE ROLE alice;
CREATE TABLE t (
k INT PRIMARY KEY,
a INT
);
INSERT INTO t VALUES (1, 0);
GRANT SELECT, INSERT, UP…
-
**Describe the bug**
On execution of an INSERT that inserts 1 row, one of the TEXT columns has an empty string value even though a non-empty string was passed in.
**Environment (please complete the …
-
### Company or project name
ingestion data scripts
### Describe what's wrong
I use to have in some part of my code inserting data from a postgres database using "from postgresql(....) " . it was wo…
-
I'm having issues with this extension after upgrading from postrges 14 to 15 (homebrew). I can connect to the host, but when attempting to run a query, I get
```
no pg_hba.conf entry for host "10…
-
Any chance of supporting PostgreSQL?
wapoa updated
2 years ago
-
This is a question on supported functionality that I don't see address explicitly in the docs.
When I create a table in postgres, it generates a type with the same name, which I can then use in a f…
-
## Environment
Airbyte version: 0.35.65-alpha
OS Version / Instance: Debian 10 buster
Deployment: Docker compose
Source Connector and version: Postgres 0.4.10
Destination Connector and ver…
ghost updated
1 month ago
-
Qonto has published some postgres exporter alerts charts to help with monitoring postgres databases. However, they use a custom queries.yml file to add metrics. See point 4 here: https://qonto.github.…