-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Request Postgres compatibility to support Flowable Engine: Set commands #35109
Copy link
Copy link
Closed
Description
support for following Commands
SET synchronize_seqscans TO off;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET row_security = off;
root@:26257/defaultdb> SET synchronize_seqscans TO off; SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET row_security = off;
pq: the configuration setting "synchronize_seqscans" is not supported
HINT: This feature is not yet implemented in CockroachDB.
Please check https://github.com/cockroachdb/cockroach/issues to check
whether this feature is already tracked. If you cannot find it there,
please report this error with reproduction steps at:
https://github.com/cockroachdb/cockroach/issues/new/choose
If you would rather not post publicly, please contact us directly at:
support@cockroachlabs.com
The Cockroach Labs team appreciates your feedback.
pq: the configuration setting "lock_timeout" is not supported
HINT: This feature is not yet implemented in CockroachDB.
Please check https://github.com/cockroachdb/cockroach/issues to check
whether this feature is already tracked. If you cannot find it there,
please report this error with reproduction steps at:
https://github.com/cockroachdb/cockroach/issues/new/choose
If you would rather not post publicly, please contact us directly at:
support@cockroachlabs.com
The Cockroach Labs team appreciates your feedback.
pq: the configuration setting "idle_in_transaction_session_timeout" is not supported
HINT: This feature is not yet implemented in CockroachDB.
Please check https://github.com/cockroachdb/cockroach/issues to check
whether this feature is already tracked. If you cannot find it there,
please report this error with reproduction steps at:
https://github.com/cockroachdb/cockroach/issues/new/choose
If you would rather not post publicly, please contact us directly at:
support@cockroachlabs.com
The Cockroach Labs team appreciates your feedback.
pq: the configuration setting "row_security" is not supported
HINT: This feature is not yet implemented in CockroachDB.
Please check https://github.com/cockroachdb/cockroach/issues to check
whether this feature is already tracked. If you cannot find it there,
please report this error with reproduction steps at:
https://github.com/cockroachdb/cockroach/issues/new/choose
If you would rather not post publicly, please contact us directly at:
support@cockroachlabs.com
The Cockroach Labs team appreciates your feedback.
cockroach version
Build Tag: v2.2.0-alpha.20190211
Build Time: 2019/02/07 23:44:57
Distribution: CCL
Platform: linux amd64 (x86_64-unknown-linux-gnu)
Go Version: go1.11.4
C Compiler: gcc 6.3.0
Build SHA-1: 4bdf0ad7b3190e1836e311d2b05478e8cda0bfe6
Build Type: release
Also track under
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels