-
**Test case**
Oracle:
```
CREATE TABLE dvt_test.tab_json
(
id VARCHAR2(10) NOT NULL PRIMARY KEY
, col_json1 CLOB
, col_json2 CLOB
);
ALTER TABLE dvt_test.tab_json ADD CONSTRAINT tab_json_…
-
proxysql will support also postgresl in the near future
https://proxysql.com/blog/proxysql-expands-database-support-to-postgresql-in-version-3-0-0-alpha/
-
### Required Terms
- [X] I agree to follow this project's [Code of Conduct](https://github.com/heroku/roadmap/blob/main/CODE_OF_CONDUCT.md)
- [X] I have read and accept the [Salesforce Program Agreem…
ur5us updated
4 weeks ago
-
-
### Name and Version
postgresql-repmgr:16
### What is the problem this feature will solve?
Allow to run PostgreSQL cluster on version 17
### What is the feature you are proposing to solve …
-
vanilla-postgresql is compatible with the native PostgreSQL kernel,
enabling it to quickly provide HA solutions for various variants based on the native PostgreSQL kernel.
-
We're now getting into the more difficult ambiguities with the grammar. And, we're making great progress in the speed of the parse: It now takes ~9s to parse all the input, compared to ~42s (note, bot…
-
### PostgreSQL Version
15.3
### SQL Server Version
2022
### Special Instructions
_No response_
### Processing Instructions
Included in the scope of this request is a bunch of SQL Server files (…
-
### PostgreSQL Version
15.3
### SQL Server Version
2022
### Special Instructions
_No response_
### Processing Instructions
Included in the scope of this request is a bunch of SQL Server files (…
-
Consider input `select * from tmptz where f1 at time zone 'utc' = '2017-01-18 00:00';` from [examples/timestamptz.sql](https://github.com/antlr/grammars-v4/blob/97bd28855acf37204623a71eb9d5ce3f9f62f80…