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

chore(frontend): hints for pg_catalog #1700

Merged
merged 1 commit into from
Apr 8, 2022
Merged

Conversation

TennyZhuang
Copy link
Collaborator

@TennyZhuang TennyZhuang commented Apr 8, 2022

Signed-off-by: TennyZhuang zty0826@gmail.com

What's changed and what's your intention?

PLEASE DO NOT LEAVE THIS EMPTY !!!

There is no any document about the SHOW commands now, as a workaround, we can hint users while they access to pg_catalog.

Sorry for that the hint is not friendly enough, but it works now.

image

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

Close #1687

Signed-off-by: TennyZhuang <zty0826@gmail.com>
`SHOW COLUMNS FROM [table]`
"###
.into(),
1695.into(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the magic...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@skyzh skyzh enabled auto-merge (squash) April 8, 2022 07:34
@skyzh skyzh merged commit c92927f into main Apr 8, 2022
@skyzh skyzh deleted the chore/hint-show-commands branch April 8, 2022 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hint SHOW commands while accessing pg_catalog
3 participants