-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?**
ghcr.io/zalando/postgres-operator:v1.11.0
…
-
postgresql versions: 15.8
instant oracle client versions: 19.20
oracle_fdw versions: 2.7.0
Good morning,
oracle_fdw version 2.7.0 has a problem.
SQL command:
`IMPORT FOREIGN SCHEMA "[ORACLE_…
-
When the data has null values between, it would populate rest of the consecutive columns as null as well.
for ex:
col1|col2|col3|col4
a|b||d
Above record would null out col4 as well due to nul…
-
Comments for https://www.endpointdev.com/blog/2016/03/loading-json-files-into-postgresql-95/
By Szymon Lipiński
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
Let's say I want to automatically call `sqlfluff fi…
-
Trying inserting data into foregin table ends with ignore for _id parameter.
Example:
INSERT INTO warehouse VALUES (uuid_generate_v4()::text, 2, 'Laptop', '2015-11-11T08:13:10Z');
Creates:
"_i…
-
Hi,
So on the SQL server (2008) the field is `datetime`, but in the foreign table definition I made the field `timestamptz`. This is because I am translating a system from SQL server to Postgres and…
-
While Pigsty has support for PostgreSQL 17, lots of extensions are still missing for that major version. Thus, we have to build these extensions for PG17.
## RPM
The [pgsql-rpm](https://github.c…
Vonng updated
2 weeks ago
-
Makefile:45: /contrib/contrib-global.mk: No such file or directory
make: *** No rule to make target '/contrib/contrib-global.mk'. Stop.
Operating System : Ubuntu 20.
All dependencies were instal…
-
Hi, love autojump, I've just started using it with zsh (and oh-my-zsh) and I had what seemed like a bug in the completion, duplicate folder entries. The completion also automatically added `__` to my …