Skip to content

sql: support pg_catalog.pg_conversion #24744

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

Closed
awoods187 opened this issue Apr 12, 2018 · 1 comment
Closed

sql: support pg_catalog.pg_conversion #24744

awoods187 opened this issue Apr 12, 2018 · 1 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)

Comments

@awoods187
Copy link
Contributor

An error pops up in Dbeaver when selecting system info, encodings:

encname 
FROM pg_catalog.pg_conversion AS c 
GROUP BY c.contoencoding 
ORDER BY 2```

I180409 23:16:23.170848 5839 sql/conn_executor.go:1805  [n1,client=127.0.0.1:58767,user=root] execution error: relation "pg_catalog.pg_conversion" does not exist
@awoods187 awoods187 added the A-sql-pgcompat Semantic compatibility with PostgreSQL label Apr 12, 2018
@knz knz mentioned this issue Apr 27, 2018
6 tasks
@knz knz added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label May 3, 2018
@knz knz changed the title Support pg_catalog.pg_conversion sql: support pg_catalog.pg_conversion Jul 23, 2018
@jordanlewis
Copy link
Member

Done in #38869.

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)
Projects
None yet
Development

No branches or pull requests

3 participants