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 OPERATOR, DROP OPERATOR #2312

Closed
jaki opened this issue Sep 13, 2019 · 0 comments
Closed

[docs][YSQL] CREATE OPERATOR, DROP OPERATOR #2312

jaki opened this issue Sep 13, 2019 · 0 comments
Assignees
Labels
area/documentation Documentation needed area/ysql Yugabyte SQL (YSQL)
Milestone

Comments

@jaki
Copy link
Contributor

jaki commented Sep 13, 2019

Add documentation for CREATE OPERATOR and DROP OPERATOR following issue #1981.

@jaki jaki added area/documentation Documentation needed area/ysql Yugabyte SQL (YSQL) labels Sep 13, 2019
@jaki jaki added this to the v2.0 milestone Sep 13, 2019
@jaki jaki self-assigned this Sep 13, 2019
@jaki jaki added this to Planned in Documentation Sep 14, 2019
@jaki jaki moved this from Planned to In progress in Documentation Sep 17, 2019
jaki added a commit that referenced this issue Sep 17, 2019
* Add CREATE OPERATOR docs page

Do all steps in creating a docs page for `CREATE OPERATOR`.  Reference
Postgres docs in semantics.  Add a single, basic example.

* Add DROP OPERATOR docs page

Add a docs page for `DROP OPERATOR`.  Have semantics refer to the
Postgres docs.  Have one basic example.

* Address @ndeodhar's review comments

* Add `DROP OPERATOR` to one of the index files
* Add expected output for the `CREATE OPERATOR`example
* Fix the grammar for `DROP OPERATOR` to not only be correct but also
  have a nicer looking diagram

* Fix and improve the grammar for DROP AGGREGATE

Just like the fix on `DROP OPERATOR`, do the same for `DROP AGGREGATE`.
The grammar should be fixed, and the diagram should look a lot nicer.
@jaki jaki closed this as completed Sep 17, 2019
@jaki jaki moved this from In progress to Done in Documentation Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Documentation needed area/ysql Yugabyte SQL (YSQL)
Projects
Development

No branches or pull requests

1 participant