-
It seems that when getting a nonexistent column from a `LibPQ.Row` via `getproperty`, LibPQ logs a mysterious-looking error to stderr but doesn't otherwise indicate failure.
Should this be an excep…
-
- [ ] pgloader --version
```
3.6.7~devel
```
it seems that pgloader is not executing `reset sequence` if there is a `CAST`
In the following load file if I remove the…
-
Each postgres range type supports whats called a multirange
> Every range type has a corresponding multirange type. A multirange is an ordered list of non-contiguous, non-empty, non-null ranges. Mo…
-
### What happens?
For the sake of clarity, first consider the case where a MACRO only invokes random() once. (*)
```
D create or replace function r() as random();
D select r() from unnest(range(…
-
Hello!
We're trying to complete a major in-place upgrade of Postgres (from 11 to 12) in a Kubernetes cluster using Zalando Postgres Operator but we keep getting an error when it tries to start the se…
-
```
What steps will reproduce the problem?
1.Install postgres
2.Try to install
3.Check code
What is the expected output? What do you see instead?
*Expected: code using abstract database library, supp…
-
```
What steps will reproduce the problem?
1.Install postgres
2.Try to install
3.Check code
What is the expected output? What do you see instead?
*Expected: code using abstract database library, supp…
-
Hi,
I'm failing to get your Operator to work due to what seems to be a mismatch of SQLalchemy and Psycopg2/Postgres. See this [Stackoverflow Thread](https://stackoverflow.com/questions/14783505/en…
-
## Issue Creation Checklist
[x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md)
## Issue Description
### What was unclear/insuf…
-
We are interested in having some range operations which are supported in postgres but not yet in this package. Specifically the overlaps, strictly left of, and strictly right of operations.
Is the…