-
Dear Brandl,
Good Day .. Thank you so much for developing this wrapper .
I am having an issue while executing IMPORT FOREIGN SCHEMA statement. It is failing with below Error :
**cannot authenti…
-
Reference this thread in the pgsql-bugs mailing list:
https://www.postgresql.org/message-id/flat/CAMAYy4LaWA8nSWxpgaMp4F-E0uoB2PAstPXidVbQdhq-T7Fagw%40mail.gmail.com#CAMAYy4LaWA8nSWxpgaMp4F-E0uoB2P…
-
Hi, love your project and if it matures a bit i have plenty of usecases. How do you plan to handle changes in the datamodel on the Salesforce side?
-
Bonjour,
A titre informatif, je travaille actuellement sur des scripts d'intégration continue des données d'une (voire plusieurs) instance [dbChiro](https://framagit.org/dbchiro/dbchiroweb) dans un…
-
- Firebird_fdw 1.3.0
- PostgreSQL 14
The name of server is `"fb テスト"`.
Console output after `set client_min_messages='debug3';`
```
DEBUG: CREATE FOREIGN TABLE fbTest."ab" (
AB INTEGER,
"A…
-
use redis4.0.2 and postgres10.0 , after create server/user mapping/foreign table (key,val) , execute sql statement 'select * from redis_db0 limit 1' ,then error occurred;
-
-
**The problem: the sql I ran involve foreign table is not always successful (about 1/3 of total tries)**
I tried to connect from my postgres 9.5 db to my sybase (version information)
SQL Server/11…
-
PostgreSQL 11
OS: Centos 7.6
postgres# explain (analyze,verbose) select count(year) from ontime;
QUERY PLAN
Aggregate (cost=0.00..0.01 rows=1 width=8) (actual time=31441.737..31441.737 rows=1 lo…
-
When executing
`SELECT * FROM logs.postgres_logs;
`
got an error
```
ERROR: literal carriage return found in data
HINT: Use "\r" to represent carriage return.
CONTEXT: COPY postgres_logs_2…