You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
pg_settings is a system table for runtime parameters, but it's empty right now. The user can only use SHOW or SHOW ALL to list parameters. For both the compatibility issue with atlasgo and the consistency of user experience, it'd be necessary to support this table more completely.
Describe the solution you'd like
Fill the SHOW ALL data in pg_settings.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
pg_settings
is a system table for runtime parameters, but it's empty right now. The user can only use SHOW or SHOW ALL to list parameters. For both the compatibility issue with atlasgo and the consistency of user experience, it'd be necessary to support this table more completely.Describe the solution you'd like
Fill the
SHOW ALL
data inpg_settings
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: