-
Hi - could I propose a Helm chart/simple config for standing this up in Kubernetes is created?
-
### What happens?
When building a case statement it seems the THEN part is allways evaluated. This became evident when I had `unnest(generate_series(..))` in one of my case-stements, resulting in u…
-
### Describe the bug
Create Python script called `expression.py`:
```python
#!/usr/bin/env python3
import sys
N = int(sys.argv[1])
exp = ""
for i in range(N):
exp += "lower("
ex…
-
When updating to version 8, `EFCore.CheckConstraints` breaks EF code first usage.
I mainly use Postgres.
It turned out, that the usage of `[Required]` attribute creates additional constraints, whi…
-
Here's the traceback:
```
Traceback (most recent call last):
File "/usr/bin/postgres_to_s3.py", line 177, in
archive(args.schedule_module)
File "/usr/bin/postgres_to_s3.py", line 106, in _…
-
**Relevant system information:**
- OS: CentOS8
- PostgreSQL version (output of `postgres --version`): 12.4
- TimescaleDB version (output of `\dx` in `psql`): 1.7.4
- Installation method: apt i…
-
**Describe the bug**
The JDBC type mappings for Postgres numeric types to Decimal types produce non-functional column mappings when the Postgres column has the type `numeric` without a precision an…
-
## Environment Details
```
clang --version
Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin22.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/u…
-
**Describe the bug**
Queries like `SELECT stddev(stats_agg(price) OVER (PARTITION BY symbol ORDER BY time RANGE '15 min' PRECEDING) FROM stocks_real_time WHERE symbol = 'AAPL'` while significantl…
-
```
root@:26257/defaultdb> select -('-9223372036854775808d'::interval);
+-----------------------+
| ?column? |
+-----------------------+
| -9223372036854775808d |
+-----------------…