-
The postgres trigram module (https://www.postgresql.org/docs/9.6/pgtrgm.html) is used for various kind of text search applications. A good chunk of it is supported in CockroachDB 22.2 (see below list …
-
It would be great to add support for some of the most common PSQL array operations, contains & overlap.
I'm happy to submit the PR if you think Esqueleto's `PostgreSQL` module is a good place for …
-
- **Which image of the operator/spilo are you using?**
registry.opensource.zalan.do/acid/postgres-operator:v1.10.1
ghcr.io/zalando/spilo-15:3.0-p1
- **Where do you run it ?**
Bare Metal Open…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
craph updated
4 months ago
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.8.3
### What happened?
We have upgraded to 2.8.3 and ha…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Authenticate with implicit credentials (service account token) in S3, similarly to AWS I…
-
### Feature Description
I tried to combine `And` and `Or` operator without using `queryBuilder`.
I wanted to get SQL query like this.
> SELECT * FROM TABLE WHERE FIELD1='VALUE' AND (FIELD2='VALUE…
-
The *Postgres* data source (DS) in *Grafana* uses the *SQL* `BETWEEN` operator for the `"time"` column which can be incorrect for edge-cases (see "[Don't Do This](https://wiki.postgresql.org/wiki/Don%…
-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?**: registry.opensource.zalan.do/acid/postgres-o…
-
Hi,
Following this quick Guide, as soon as we deploy postgresql, Pod status is went to not ready state.
```
Normal Scheduled 7m42s default-scheduler Successfully as…