sql: some more postgres compat for FDW support#20274
sql: some more postgres compat for FDW support#20274jordanlewis merged 2 commits intocockroachdb:masterfrom
Conversation
|
👍 on the compat change! 👎 on exposing the ABORT syntax in docs Also see #20264 for comments on the new session var Reviewed 3 of 3 files at r1, 5 of 5 files at r2. pkg/sql/parser/sql.y, line 3594 at r1 (raw file):
I'd recommend against EXTEND WITH HELP here if you're not also providing Also: Comments from Reviewable |
For pg compatibility. They're synonyms of ROLLBACK. Release note (sql change): support ABORT TRANSACTION for Postgres compatibility.
849a55c to
d21c7cb
Compare
|
Done. PTAL. |
pkg/sql/vars.go
Outdated
| `extra_float_digits`: nopVar, | ||
|
|
||
| // Supported for PG compatibility only. | ||
| // See https://www.postgresql.org/docs/9.4/static/runtime-config-client.html |
There was a problem hiding this comment.
Not worth a CI run, but next time please grab the most recent version of the doc link.
For pg compat. Release note (sql change): support intervalstyle for Postgres compatibility.
d21c7cb to
af33e65
Compare
|
Review status: 1 of 8 files reviewed at latest revision, 2 unresolved discussions. pkg/sql/vars.go, line 233 at r4 (raw file): Previously, knz (kena) wrote…
Done. Comments from Reviewable |
Updates #20249.
Closes #20271.