-
I am trying to create a function for both GreenPlum and Postgres. Greenplum has an extended set of role attributes that I wish to list if the DB is GP. Ideally, the function would look like this:
`…
-
I have started getting errors when trying to run simple queries of the kind
```
SELECT first(value, 'timestamp')
FROM sampleddata
WHERE sensorid = 8
```
result:
```
ERROR: could not find a >…
-
I need to modify the postgres connection ever so slightly to avoid a warning and undesired behavior in a greenplum database. If I don't provide a "distributed by" clause upon table creation the data i…
-
With v5.2.0 and v5.2.2, the query of a simple table is very slow. If I use LIMIT 200 explicitly with the query, the query takes only 16ms to return the 200 records. But if the LIMIT is not specifi…
-
I am trying to reproduce the \du function of pgsql, which is implemented (in GreenPlum) as:
```
********* QUERY **********
SELECT r.rolname, r.rolsuper, r.rolinherit,
r.rolcreaterole, r.rolcre…
-
I'm trying to run hercules against my repo:
```
$ ./hercules --burndown .
2018/09/19 15:47:54 Burndown failed on commit #2201 (3024) 8fd831a7cb4f2d6012bb984be66dc7fd9e3a8f99
panic: file app/core…
-
after you are done with your current tasks, add the following missing bibtex entries, which requires you to locate them as they are missing. e.g. from the internet, while looking at the entry in the t…
-
I understand greenplum isn't strictly supported, however, this error makes me wonder if there might be a slightly cleaner approach to window functions that need not be ordered.
When running:
```
…
-
Concourse's present (v2.2.1) task scheduler doesn't appear to distribute builds across workers based on CPU load, disk I/O, or simple round-robin.
When we first moved from CircleCI to Concourse we we…
-
The files are correctly placed inside my AppData folder and I can use latex via command line, but is_tinytex() keeps returning false. Reinstalling and Uninstalling also fail (probably for the same rea…