-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: add pg_catalog.pg_default_acl #26378
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Comments
knz
added
the
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
label
Jul 21, 2018
@jordanlewis what's the level of effort to support this? It's a blocker to using PgAdmin |
Low level of effort, but pgadmin won't nearly be usable after we fix this. |
I think support for pgadmin should not be prioritized over other more
database agnostic solutions.
Plus, there is no way the pgadmin team would be willing to adapt it for us.
…On Fri, Apr 26, 2019, 18:58 Jordan Lewis ***@***.***> wrote:
Low level of effort, but pgadmin won't nearly be usable after we fix this.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#26378 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMKDOIC52HBQVFCB4U7PMLPSOCKRANCNFSM4FDGWGFQ>
.
|
craig bot
pushed a commit
that referenced
this issue
Jul 19, 2019
38869: sql: compatibility blitz for pgadmin r=jordanlewis a=jordanlewis A bunch of small improvements to the catalog, new builtins, and a couple of typing improvements all in the name of making pgadmin work. And it works okay now! Definitely still some flaws and unsupported things, but at least the default experience isn't completely broken anymore. Closes #33341. Closes #23299. Closes #26389. Closes #26378. Closes #26390. Closes #24747. Closes #37124. Updates #25213. ![image](https://user-images.githubusercontent.com/43821/61190353-f17fb980-a668-11e9-947f-d1bc3bb1e75d.png) Co-authored-by: Jordan Lewis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Note: this vtable is empty on pg by default.
PGAdmin issues the following query:
Details can be found here: https://www.postgresql.org/docs/current/static/catalog-pg-default-acl.html
The text was updated successfully, but these errors were encountered: