-
**Describe the feature**
Support User defined types
https://www.postgresql.org/docs/current/xtypes.html
Example :
```
CREATE TYPE udt_KeyValue AS (
Key INT,
Value VARCHAR(1000)
…
-
While inspecting #456 I found this behavior that applies also to master branch 40acff635d16e00eac08bf5307efdabc03ee13cd:
```
% pgagroal-cli conf get max_connections
15
% pgagroal-cli conf get …
-
## Bug Report
### Which version of ShardingSphere did you use?
5.2.1
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Expected behavior…
-
I am not happy with the way getAll Cluster and PGSQL paths are handled
![image](https://github.com/levylabpitt/Instrument-Framework/assets/26659428/45be01b1-64a3-41a1-a803-9f49676cb671)
Overridd…
-
Hello
I am trying to run informix_fdw on postgresql version 15.
When I run the following scripts as instructed, I get the following errors:
pg_to_infomix=# CREATE FOREIGN TABLE foo (
i…
-
I am installing harbor with helm chart version 1.12.0 (https://github.com/goharbor/harbor-helm/archive/refs/tags/v1.12.0.tar.gz).
Pod 'harbor-database-0' is going in CrashLoopBackOff status and some …
-
Hello, I created a pure pgSQL implementation of the time-based generation method.
Hopefully this is useful for those of us using a service like AWS RDS where we can't install C-based extensions.
…
-
My code for the pgsql evaluator compiles without issues, but when I run it, it returns at or around the first number in the string str1.
code:
https://github.com/jarinwhalley/User-Defined-Functions/b…
-
Checked on 9.1.24 (little DB but with multi language)
- [x] Questions update
- [x] Groups update
- [x] Answers update
- [x] Labels update
- [x] DefaultValues update
Check on Postgre 10
- …
-
Jira Link: [DB-10531](https://yugabyte.atlassian.net/browse/DB-10531)
### Description
```
CALL proc(); CALL proc();
NOTICE: FETC…