-
Hi @manio,
I tested your version of odbc-link on both PostgreSQL 9.3 and 9.5 and I am getting a `Segmentation fault` on `odbclink.connect`.
I am installing PostgreSQL on an EC2 instance `Ubuntu …
gabfl updated
7 years ago
-
```sql
select version();
-- PostgreSQL 12.17 (Debian 12.17-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
select * from pg_available_extensions w…
-
Hello, @laurenz !
Thanks for great FDW and interesting C code!
This is a feature request.
During data migrations sometimes we need import only really stored relations, not views.
Could you pleas…
-
After `IMPORT FOREIFN SCHEMA` command we have foreign tables without any comments. Original comments of Oracle tables, view, materialized views and it's columns are very useful in PostgreSQL, because …
-
**Is your feature request related to a problem? Please describe.**
For SQLite in `real` columns in data grid there is `∞` value if in "Value" sub-window there is `Inf` literal. But in SQLite there is…
-
```
postgres=# CREATE EXTENSION pg_cjk_parser;
ERROR: could not load library "/usr/lib/postgresql/15/lib/pg_cjk_parser.so": /usr/lib/postgresql/15/lib/pg_cjk_parser.so: undefined symbol: pg_atoi
`…
-
Hi @ibarwick ,
V16 beta1 is out, and firebird_fdw fails to compile against it. Can you please take a look? Thanks! Devrim
```
/usr/lib64/ccache/clang -Wno-ignored-attributes -fno-strict-alias…
-
Hello, i would like very much to know if there is any option in this project that enables me to force the conversion of string to a specify charset when running `IMPORT SCHEMA`?
If not, is there any…
-
Hello, @t-kataym!
After discussion in https://github.com/pgspider/sqlite_fdw/issues/66 and ended PR https://github.com/pgspider/sqlite_fdw/pull/79 without SQL behaviour change I am trying to implem…
-
Hi,
1.3.0 fails to build on Fedora 37 (GCC 12). Same warnings appear on RHEL 9 (GCC 11), but build does not fail:
Can you please take a look? Thanks!
> I./ -I/usr/pgsql-15/include/server -I/u…