Document support for ALTER TABLE SET PROPERTIES#11022
Document support for ALTER TABLE SET PROPERTIES#11022electrum merged 1 commit intotrinodb:masterfrom
Conversation
There was a problem hiding this comment.
The interaction between pure SQL role granting and access control role granting is ... unexplored.
There was a problem hiding this comment.
Understood, but ultimately out of scope for this PR. If someone has input then I can file a follow-up issue
There was a problem hiding this comment.
@Ordinant Do you mean using things like file-based access control together with SQL based access control?
If so such a configuration can never be possible since Trino only allows a single type of system access control to be available at a time.
However connectors may provide their own - and the rule there is that system level configuration wins over connector specific ones.
Ordinant
left a comment
There was a problem hiding this comment.
Approved, with quibbles. The ticket probably should be titled "Document lack of support for ..."
8ad8349 to
f443264
Compare
|
cc: @joshthoward for technical correctness |
1e4bdf2 to
aaa91bd
Compare
756fbca to
f29e556
Compare
|
Discussed with @electrum and agreed that it's probably too granular to devote a sub-section to connector pages that says |
f29e556 to
ef7583f
Compare
ef7583f to
2cce907
Compare
|
@electrum Can we merge this? |
Description
ALTER TABLE SET PROPERTIEShas been supported for a while, but has been missing practical details such as detailed examples, use of the DEFAULT keyword, and what connectors (don't) support it.General information
Improvement
Documentation
Further document support and use of ALTER TABLE SET PROPERTIES
Related issues, pull requests, and links
Documentation
( ) No documentation is needed.
(x) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.
Release notes
(x) No release notes entries required.
( ) Release notes entries required with the following suggested text: