-
Notifications
You must be signed in to change notification settings - Fork 705
feat: support psql tab-completion for relation names #8839
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
Conversation
by: - add function `quote_ident` - hack max one row check for `pg_namespace`
7e1166b to
5f30eea
Compare
wangrunji0408
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.
The function part LGTM!
Co-authored-by: Runji Wang <[email protected]>
chenzl25
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.
Rest LGTM!
Codecov Report
@@ Coverage Diff @@
## main #8839 +/- ##
==========================================
- Coverage 70.81% 70.81% -0.01%
==========================================
Files 1171 1171
Lines 194474 194496 +22
==========================================
+ Hits 137719 137727 +8
- Misses 56755 56769 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
by:
quote_identpg_namespacefix #8837
Checklist For Contributors
./risedev check(or alias,./risedev c)Checklist For Reviewers
Documentation
Types of user-facing changes
Please keep the types that apply to your changes, and remove the others.
Release note
add function
quote_ident(See code comment