-
Is there any working sample / template for loading postgresql data onto redshift?
What is the ideal way to handle schema creation, and deleted / updated data?
-
The [ABI/API report]( https://abi-laboratory.pro/tracker/timeline/postgresql/ ) for `postgresql` shows it is very stable, but does occasionally add symbols. Thoughts on how we would like to pin it?
-
Hi @slanto,
Instead of using `.json` files to store your data why not use [PostgreSQL](https://www.postgresql.org/)?
The `User` can decide to switch between `InMemoryDb` and `PostgreSQL`.
```…
ghost updated
5 years ago
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### Description
I think it would be beneficial to add a rule…
-
Using the following docker compose configuration:
``` yaml
services:
postgres:
container_name: postgres
image: postgres:16.4-alpine
environment:
POSTGRES_DB: defaultdb
…
-
### Package URl
pkg:maven/io.quarkus/quarkus-jdbc-postgresql@3.2.7.Final
### CPE
cpe:2.3:a:postgresql:postgresql:3.2.7:*:*:*:*:*:*:*, cpe:2.3:a:quarkus:quarkus:3.2.7:*:*:*:*:*:*:*
### CVE
…
-
### Name and Version
bitnami/postgresql:16.3.0-debian-12-r18
### What architecture are you using?
amd64
### What steps will reproduce the bug?
1. configure `pgHbaConfiguration` to include `host …
-
### Description
For PostgreSQL setup, the doc says:
-- PostgreSQL 15 requires additional privileges:
GRANT ALL ON SCHEMA public TO airflow_user;
For security-concerned customers that do not wa…
-
support postgresql
gleke updated
2 years ago
-
Having the postgres subchart makes for an easy deployment, but has caused several annoying issues around upgrades in the past (see eg #55, #125). Being a bitnami chart, it also does a bunch of custom …