-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes for PostgreSQL compatibility #2256
Comments
Need to update It looks like we don't list some of the transaction variables on the set/show variables pages. Not sure why not. |
It seems like you can't interchangeably use |
Also: The |
Hm, yes, I think I assumed in that PR that attempting to set it would fail, we should fix that. Opened as cockroachdb/cockroach#24608 |
@lhirata: This is similar to We already mention in the text it's a special form. The only thing that needs to change in the doc page is the name of the variable in the table, and further references to the variable in that page and other pages. |
In the current text we say " |
@knz thanks for the explanation! |
time zone
session variable (with a space) has been renamedtimezone
(without a space), andSET TIMEZONE
andSHOW TIMEZONE
are now supported alongside the existingSET TIME ZONE
andSHOW TIME ZONE
syntax. Also,SET TIMEZONE =
can now be used as an alternative toSET TIMEZONE TO
.transaction_read_only
session variable is now supported. It is always set tooff
.transaction isolation level
,transaction priority
, andtransaction status
session variables have been renamedtransaction_isolation
,transaction_priority
, andtransaction_status
.The text was updated successfully, but these errors were encountered: