-
here is a summary of the permissions of the collector python files:
```
[-rw-------] src/collectors/amavis/amavis.py
[-rw-r--r--] src/collectors/apcupsd/apcupsd.py
[-rw-------] src/collector…
-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?** e.g. quay.io/anuta/postgres-operator:v1.8.0
…
-
### What happens?
A segmentation fault occurs in pgq.y with the following query:
```
-FROM GRAPH_TABLE (g
MATCH ANY SHORTEST p = (src:Student WHERE src.id = 10)-[k:knows]-> *(dst:Student)
…
-
We have an internal customer that started experiencing unexpected restarts of certain units on their OpenShift clusters. After analyzing logs the symptoms looked very similar to [this issue](https://g…
-
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…
-
### What happens?
Hi, I'm trying the extension for the first time and ran into a crash with:
```sql
CREATE TABLE vdata(id TEXT PRIMARY KEY);
CREATE VIEW v AS SELECT * FROM vdata;
CREATE TABLE…
-
Please, answer some short questions which should help us to understand your problem / question better?
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgr…
-
Hello everybody,
I am a researcher working on GQL and graph querying, both theoretical and practical issues. We have currently some funding to start a mini-project to see if we can make some progre…
-
### Is this your first time submitting a feature request?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
- [X] I have se…
b-per updated
10 months ago
-
The following query results in a seg fault:
```sql
-FROM GRAPH_TABLE (pg
MATCH
p = ANY SHORTEST 5 WALK (a:Person)-[k:knows]-> *(b:Person)
WHERE a.name = 'Daniel'
COLUMNS (p, a.n…