-
Hi,
I'm using pguint package (can be found in github) for supporting unsigned integers in postgres. pguint package adds following postgres data types:
1. int1 (8 bits signed integer)
2. uint1 (8 …
-
When I was trying to load the data in a table which contains serial data type it is resting postmaster.
Here are the steps for reproducing:
Here is our test case:
`test=# \des
…
-
Hello,
i try to copy data from oracle to postgres via oracle_fdw, i need to accelerate copy by using more than a session i want to isolate each copy from specific partition
From postgres
INSERT…
-
Hi! I use Sybase and get the following error ERROR: DB-Library error: DB #: 103, DB Msg: General SQL Server error: Check messages from the SQL Server, OS #: -1, OS Msg: , Level: 15.
I found that thi…
-
Hey, I am trying to tame columnar store in our enterprise solution and faced this behaviour
select org, sum(saleit), sum(costit)
from sale_agg_cs_top
where
dt = '2021-01-01'::date
and it = 0…
-
# Issue report
I am updating tds_fdw from 2.0.1 to 2.0.2 (later I have tried to 2.0.3), I followed the steps from the wiki [here](https://github.com/tds-fdw/tds_fdw/blob/master/InstallUbuntu.md#bui…
-
**Describe the bug**
Hello, I am from [Twenty](https://github.com/twentyhq) core team. I am using [stripe foreign data wrapper](https://supabase.com/partners/integrations/supabase_wrapper_stripe).
…
-
When I run `make install`, I get an error:
`parquet_fdw.c:97:5: error: implicit declaration of function 'on_proc_exit' is invalid in C99 [-Werror,-Wimplicit-function-declaration]`
tlskr updated
3 years ago
-
Если в родительскую таблицу добавить партицию, располагающейся на внешнем сервере через fdw, и симулировать потерю связи с внешним сервером, родительская таблица становится недоступной.
`sandbox=# se…
-
We should support a minimal subset of Postgres' [system metadata tables](https://www.postgresql.org/docs/13/catalogs.html) for automatic introspection in IDEs and data vis tooling.