-
Notifications
You must be signed in to change notification settings - Fork 602
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
Support psql
tab-completion for variables & system parameters
#8850
Comments
|
Yes. This is filtered by the context IN ('user', 'superuser')
context <> 'internal' |
tab completion used to work after #8839 but it doesn't work now. I suspect it is because #9237 removed the max one row check hack for |
We have it here
|
Something must be broken. I think tab completion has stopped working for a while. I see
|
I think it's because of #11278 |
I'm unsure, but it appears to be a separate issue. Tab-completion for variables and system parameters has never been supported because of the missing column.
|
Yes, the problem is reported to the wrong issue 🤪
…On Tue, Oct 17, 2023 at 3:39 PM Bugen Zhao ***@***.***> wrote:
tab completion used to work after #8839
<#8839> but it doesn't
work now
I'm unsure, but it appears to be a separate issue. Tab-completion for *variables
and system parameters* has never been supported because of the missing
column.
QueryError: Bind error: failed to bind expression: context <> 'internal'
Caused by:
Item not found: Invalid column: context
—
Reply to this email directly, view it on GitHub
<#8850 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJBQZNPDDGSZQUINQCITRQTX7YY23AVCNFSM6AAAAAAWLQDG72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRVHA2DEMZUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
My bad. I thought this is the issue to track tab completion. Let me repost my comments in #8837 |
Is your feature request related to a problem? Please describe.
Like this
The actual query is:
Describe the solution you'd like
The main part is to provide a correct schema and content of the system table (view)
pg_catalog.pg_settings
. We should record all variables (session variables and system parameters) here.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: