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

bug: DBeaver: Invalid column: relpartbound #15205

Closed
fuyufjh opened this issue Feb 23, 2024 · 0 comments · Fixed by #15227
Closed

bug: DBeaver: Invalid column: relpartbound #15205

fuyufjh opened this issue Feb 23, 2024 · 0 comments · Fixed by #15227
Labels
type/bug Something isn't working
Milestone

Comments

@fuyufjh
Copy link
Member

fuyufjh commented Feb 23, 2024

Describe the bug

When click "tables" in DBeaver, it will send the following query to RisingWave

SELECT c.oid,c.*,d.description,pg_catalog.pg_get_expr(c.relpartbound, c.oid) as partition_expr,  pg_catalog.pg_get_partkeydef(c.oid) as partition_key 
FROM pg_catalog.pg_class c
LEFT OUTER JOIN pg_catalog.pg_description d ON d.objoid=c.oid AND d.objsubid=0 AND d.classoid='pg_class'::regclass
WHERE c.relnamespace=$1 AND c.relkind not in ('i','I','c')

Error message/log

ERROR: Failed to prepare the statement

Caused by these errors (recent errors listed first):
  1: Failed to bind expression: pg_catalog.pg_get_expr(c.relpartbound, c.oid)
  2: Item not found: Invalid column: relpartbound

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@fuyufjh fuyufjh added the type/bug Something isn't working label Feb 23, 2024
@github-actions github-actions bot added this to the release-1.7 milestone Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant