-
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
-
Hello , Here is the my sql query
explain verbose
SELECT
a.shop_member_id
, a.mall_id
, a.shop_no …
-
- Seems the 'meta' driver [does not implement](https://github.com/EnterpriseDB/mongo_fdw/blob/master/mongo_wrapper_meta.c#L411-L421) JSON support. That's fine, but it could be mentioned in the [README…
-
We should design how to build a simple managed service.
And BYoC
-
Hi,
I would like to know if InfluxDB 2.x is supported.
Thanks ENx
-
**_Please note that security bugs or issues should be reported to security@pgadmin.org._**
**Describe the bug**
When you have a "Foreign Data Wrappers" listed in pgAdmin and edit the User Mappin…
-
Hi,
we try to connect fom Rocky Linux 9 to db2 for i (AS400) with different jdbc drivers (for example jt400-10.6.jar) with different settings.
But we always hit an exeption in those jdbc driver…
-
1. Change version in control file
2. Add sql file for 2.4 & sql file to upgrade from 1.0 to 2.4
3. Add new sql files in Makefile
4. Add a function to get .so version
-
```sql
select count(*)
from mssql."Senderstart" ss
join mssql."Individdata" id
on id."RegNr" = ss."FK_RegNr"
and id."FK_SpeciesCode" = ss."FK_SpeciesCode"
where id."RegNr" = '2224';
…
-
in [mq-uloop.lua#L132](https://github.com/karlp/lua-mosquitto-examples/blob/master/mq-uloop.lua#L132)
```lua
state.mqtt_fdr = uloop.fd_add(mqtt:socket(), mqtt_fd_handler, uloop.ULOOP_READ)…