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

missing typarray in the pg_type table #9939

Closed
Tracked by #9938
neverchanje opened this issue May 22, 2023 · 3 comments · Fixed by #11534
Closed
Tracked by #9938

missing typarray in the pg_type table #9939

neverchanje opened this issue May 22, 2023 · 3 comments · Fixed by #11534
Assignees
Milestone

Comments

@neverchanje
Copy link
Contributor

neverchanje commented May 22, 2023

SELECT t.oid, typarray FROM pg_type AS t JOIN pg_namespace AS ns ON typnamespace = ns.oid WHERE typname = 'hstore';

Required by superset.

@github-actions github-actions bot added this to the release-0.20 milestone May 22, 2023
@neverchanje neverchanje changed the title missing in the table missing typarray in the pg_type table May 22, 2023
@xiangjinwu
Copy link
Contributor

WHERE typname = 'hstore'

Note that we do not support the hstore extension (map data type) right now

@neverchanje
Copy link
Contributor Author

That's OK. The results can be empty.

@lmatz
Copy link
Contributor

lmatz commented Jul 24, 2023

link #11145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants