-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] ALTER OPERATOR SET <define> #2711
Comments
+1 For this I can't restore my dump because of this issue |
@irizzant can you paste the full query ? |
@ddorian in reality I think this is issued through the activation of
|
@frozenspider Thanks for the update I subscribed #3628 too |
…nd ALTER EXTENSION Summary: Enabled support for the following grammar: * `ALTER OPERATOR` syntax * `ALTER OPERATOR ... SET (...)` * `ALTER OPERATOR ... OWNER TO ...` * `ALTER OPERATOR ... SET SCHEMA ...` * `OPERATOR FAMILY` syntax * `CREATE OPERATOR FAMILY` * `DROP OPERATOR FAMILY` * `ALTER OPERATOR FAMILY ... [ ADD | DROP ] ...` * `ALTER OPERATOR FAMILY ... SET SCHEMA ...` * `ALTER EXTENSION` syntax * `ALTER EXTENSION ... UPDATE ...` * `ALTER EXTENSION ... SET SCHEMA ...` * `ALTER EXTENSION ... [ ADD | DROP ] ...` Test Plan: ybd --java-test org.yb.pgsql.TestPgRegressPgMiscIndependent * Added the following to `yb_pg_misc_independent_serial_schedule`: * `yb_pg_alter_operator` (based on PG's `alter_operator`) * `yb_alter_operator_family` (small subsed of PG's `alter_generic`) Reviewers: kannan, mihnea, dmitry, neil, neha Reviewed By: neil, neha Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D7880
Hey @irizzant, this specific issue has been resolved in a6d2160. While this does in principle allow you to use a |
Add support for alter operator
The text was updated successfully, but these errors were encountered: