Draft: wip: refactor sql references
Current MR refactors SQL reference section in documentation. It still has WIP status, because:
- references are totally broken
- text stile should be fixed
Moreover, I have re-read the documentation and found lot's of errors there. Some of them were fixed, others are still waiting to be done:
- Crete procedure - need timeout in diagram
- Create procedure - broken links for proc body (dml)
- Create procedure - data type ANY - wtf?!
- Call - no diagram
- ALTER procedure RENAME - no diagram
- SELECT DISTINCT - no diagram
- SELECT - no option in diagram
- HAVING - no diagram
- SELECT - links in params (distinct, join, etc)
- UNION/EXCEPT - no diagram
- Follow-up - need to add comparison operators to Func & Op section
- UPDATE/DELETE - add params section
- EXPLAIN - refactor diagram
As a reference I was inspired by the RisingWave SQL reference.
@rosik @a.tolstoy please, take a look at the structure and give me some feedback.
Edited by Yaroslav Dynnikov