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 for CREATE/ALTER CONVERSION #10866

Open
tedyu opened this issue Dec 13, 2021 · 0 comments
Open

[YSQL] Support for CREATE/ALTER CONVERSION #10866

tedyu opened this issue Dec 13, 2021 · 0 comments
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature pgcm priority/medium Medium priority issue

Comments

@tedyu
Copy link
Contributor

tedyu commented Dec 13, 2021

Jira Link: DB-999

Description

Currently CREATE CONVERSION / ALTER CONVERSION is not supported:

CREATE CONVERSION public.conversion_test FOR 'latin1' TO 'utf8' FROM pg_catalog.iso8859_1_to_utf8;
ALTER CONVERSION public.conversion_test RENAME TO conversion_test2;
@tedyu tedyu added the area/ysql Yugabyte SQL (YSQL) label Dec 13, 2021
@tedyu tedyu changed the title [YSQL] Support for CREATE CONVERSION [YSQL] Support for CREATE/ALTER CONVERSION Dec 14, 2021
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 8, 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 Aug 25, 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 pgcm priority/medium Medium priority issue
Projects
Status: No status
Development

No branches or pull requests

3 participants