-
Notifications
You must be signed in to change notification settings - Fork 56
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
Alter database options #735
Alter database options #735
Conversation
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
@Hunterness this is a resurrection of #286, which is now closed due to my fork being detached. I addressed your only comment, so hope it's ready for a re-review. |
back to you @Hunterness :) |
Co-authored-by: Therese Magnusson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reminder for the docs team to not miss porting this over to the operations manual since the code is currently duplicated :)
This needs to be updated in the Operations manual -> https://trello.com/c/kAUbbH2p/117-document-alter-database |
.+ALTER DATABASE SET OPTION+ | ||
====== | ||
|
||
// skip test until we make the change_data_capture feature flag on by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have an estimate of when this is supposed to happen, if at all? Just to know when we should remember to remove test-skip.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @l-heemann was looking at enabling it as default in 5.13 but I'm not sure how far he got on that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! @l-heemann is it possible for you to remember to remove the test-skip
tags on the relevant examples when CDC is set to true by default, or in alternative to report back here so we remember?
I'll keep track of it @stefano-ottolenghi. |
@ali-ince shall we wait until CDC links are available + flag is turned on, or did you intend to merge this already? |
If we are not publishing these docs until 5.13 release/announcement, I think we can merge - that will also remove the likelihoods of conflicts. |
Adds content for ALTER DATABASE SET/REMOVE OPTION clauses. TODO: Update links to actual CDC documentation when published. --------- Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Stefano Ottolenghi <[email protected]>
Includes the following PRs: - #676 - #687 - #688 - #722 - #726 - #734 - #735 - #737 - #748 - #749 - #752 - #766 --------- Co-authored-by: Gem Lamont <[email protected]> Co-authored-by: Nils Ceberg <[email protected]> Co-authored-by: Matthew Parnell <[email protected]> Co-authored-by: Matthew Parnell <[email protected]> Co-authored-by: Reneta Popova <[email protected]> Co-authored-by: Lasse Heemann <[email protected]> Co-authored-by: Ali Ince <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Stefano Ottolenghi <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: linneaandersson <[email protected]>
Adds content for ALTER DATABASE SET/REMOVE OPTION clauses.
TODO: Update links to actual CDC documentation when published.