Skip to content
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

[docs][YSQL] CREATE AGGREGATE, DROP AGGREGATE #2329

Merged
merged 8 commits into from
Sep 16, 2019

Conversation

jaki
Copy link
Contributor

@jaki jaki commented Sep 16, 2019

Closes issue #2227.

Jason Kim added 7 commits September 16, 2019 06:15
Do all the steps of setting up a docs page for `CREATE AGGREGATE`.
Don't worry about defining all rules and leave semantics and examples
for later.
Add semantics for the `CREATE AGGREGATE` docs page by linking to the
Postgres docs page.  In contrast, add some detailed examples.
Bring back the `aggregate_signature` rule because it would be used in
more than one place: `COMMENT` and `DROP AGGREGATE`.
Do all the steps of creating a docs page for `DROP AGGREGATE`.  Move the
`aggregate_signature` rule to the `DROP AGGREGATE` section out of the
`Supporting rules` section.  Update the `comment_on` rule to use the
`aggregate_signature` rule.  Do not add examples for `DROP AGGREGATE`,
yet.
Add full set of examples for the `DROP AGGREGATE` docs page.
Fix things unrelated to `CREATE AGGREGATE` or `DROP AGGREGATE`:

* Move `COMMENT` and `DO` rule sections in their respective
  alphabetically ordered positions
* Fix links for the `DO` command in the `_index.md` files
* Change the `::=` to `=` for the `do` rule.
@yugabyte-ci
Copy link
Contributor

Can one of the admins verify this patch?

Address all of @ndeodhar's review comments:

* Fix summary in `CREATE AGGREGATE` docs page
* Fix some grammar rules that use curly braces when they should be
  parentheses
@jaki jaki merged commit 9fa263d into yugabyte:master Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants