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

[YSQL] Support creating objects through PgAdmin4 UI #1497

Open
m-iancu opened this issue Jun 7, 2019 · 0 comments
Open

[YSQL] Support creating objects through PgAdmin4 UI #1497

m-iancu opened this issue Jun 7, 2019 · 0 comments
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects

Comments

@m-iancu
Copy link
Contributor

m-iancu commented Jun 7, 2019

Jira Link: DB-2129
The (DDL) statements generated by PgAdmin4 typically use all optional clauses even if they are redundant (i.e. set to their default value anyway).
Since we don't yet support all clauses in the grammar this often hits a "feature not yet supported" error.
This can be (partly) fixed generically by allowing all unsupported clauses only if its argument(s) are the default values anyway.

@kmuthukk kmuthukk added the area/ysql Yugabyte SQL (YSQL) label Aug 8, 2019
@kmuthukk kmuthukk added this to To do in YSQL via automation Aug 8, 2019
@ndeodhar ndeodhar added this to the v2.0 milestone Aug 8, 2019
@ndeodhar ndeodhar modified the milestones: v2.0, v2.3 Jun 5, 2020
@ndeodhar ndeodhar moved this from To do to Backlog in YSQL Aug 5, 2020
@m-iancu m-iancu removed this from the v2.3 milestone Mar 14, 2022
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 9, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
Status: No status
YSQL
  
Backlog
Development

No branches or pull requests

4 participants