-
### What happens?
```
PREPARE test_query(text) AS
SELECT count(*) FROM predictions where client = $1;
EXECUTE test_query('example');
```
I get this warning when I run the query and it takes fore…
-
Hi Team,
We have two database which are having the oafce extension current version of those extensions 3.7 before upgrading the postgresql V11 to Postgresql 15 we updated the orafce with make && ma…
-
Since you can already read an SQLIte file and load it to PG it would be great if pg_loader could write selected tables to an SQLite database or file artifact.
-
New column for prepared statements has been added to several SHOW commands. Add this to the function/views for the following pgbouncer_fdw objects
```
pgbouncer_servers
pgbouncer_clients
pgbouncer…
-
Good morning
I have an error compiling oracle fdw.
He tells me
make: *** [: oracle_fdw.o] Error 1
I'm trying to install on a redhat 8 server
I run my instructions through an ansible playbook
- n…
-
### Description
При попытке выборки данных(` SELECT * FROM "RandomData" rd `) стороннего сервера(MSSQL) подключённого через tds_fdw, происходит ошибка "неверный синтаксис для типа date: "May 12 1970 …
-
### What happens?
When creating extension on a server with timescaledb already created, it fails because the function name `time_bucket` is already taken.
### To Reproduce
- Install timescaledb
- …
-
# Bug report
I'm trying to compile the mssql_fdw wrapper on a Raspberry Pi 4 and encountering an issue when the compiler gets to supabase-wrappers.
- [x] I confirm this is a bug with Supabase, …
-
```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…
-
### Cloudberry Database version
HEAD of main
### What happened
While building Cloudberry Database with the **--enable-pxf** configure option, I encountered a compilation failure in the **pxf_…