-
Notifications
You must be signed in to change notification settings - Fork 51
docs: add documentation for COMMENT ON statement #2260
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: fengjiachun <[email protected]>
Deploying greptime-docs with
|
| Latest commit: |
0c35708
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0e2cb8c6.greptime-docs.pages.dev |
| Branch Preview URL: | https://copilot-update-docs-for-tabl.greptime-docs.pages.dev |
|
@copilot refer to |
Co-authored-by: waynexia <[email protected]>
Fixed in commit 282f509. I reviewed the test file and corrected the documentation to use the actual |
|
@copilot add the Chinese doc correspondingly |
Co-authored-by: waynexia <[email protected]>
|
@copilot Also need to add the documentation for the latest stable release. |
Co-authored-by: fengjiachun <[email protected]>
Added in commit 0c35708. Created both English and Chinese documentation for version 1.0 (latest stable release) at:
|
fengjiachun
left a comment
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.
LGTM
What's Changed in this PR
Documents the COMMENT feature from GreptimeTeam/greptimedb#7060 using the correct
COMMENT ONSQL syntax.Changes
docs/reference/sql/comment.mddocumenting theCOMMENT ONstatement in Englishi18n/zh/docusaurus-plugin-content-docs/current/reference/sql/comment.mdwith Chinese translationversioned_docs/version-1.0/reference/sql/comment.mdfor version 1.0 (latest stable release)i18n/zh/docusaurus-plugin-content-docs/version-1.0/reference/sql/comment.mdwith Chinese translation for version 1.0reference/sql/commentto sidebars.ts in alphabetical orderversioned_sidebars/version-1.0-sidebars.jsonto include comment.mdSHOW CREATEandINFORMATION_SCHEMAtablesExample Usage
Comments are viewable via
SHOW CREATE TABLE/SHOW CREATE FLOWor by queryingINFORMATION_SCHEMA.TABLES/INFORMATION_SCHEMA.COLUMNS/INFORMATION_SCHEMA.FLOWS.Checklist
sidebars.tsmatches the current document structure when you changed the document structure.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.