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]: PostgreSQL Hash分区 MODULUS关键字报错 #375

Open
JackWang032 opened this issue Nov 26, 2024 · 0 comments
Open

[Bug]: PostgreSQL Hash分区 MODULUS关键字报错 #375

JackWang032 opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JackWang032
Copy link
Collaborator

Version

v4.x

Which SQL?

Postgre

SQL content

CREATE TABLE table_name (
    column1 INT,
    column2 INT
)
PARTITION BY HASH (column1);

CREATE TABLE p0 PARTITION OF table_name
    FOR VALUES WITH (MODULUS 4, REMAINDER 0);

JavaScript/TypeScript code

No response

What happened?

image

Relevant log output

No response

@JackWang032 JackWang032 self-assigned this Nov 26, 2024
@JackWang032 JackWang032 added the bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant