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]: ALTER TABLE SET (), SET does not work with normal tables #5641

Closed
pmwkaa opened this issue May 1, 2023 · 0 comments · Fixed by #5642
Closed

[Bug]: ALTER TABLE SET (), SET does not work with normal tables #5641

pmwkaa opened this issue May 1, 2023 · 0 comments · Fixed by #5642
Assignees
Labels

Comments

@pmwkaa
Copy link
Contributor

pmwkaa commented May 1, 2023

What type of bug is this?

Incorrect result

What subsystems and features are affected?

Command processing

What happened?

Running ALTER TABLE SET with multiple SET clauses on a regular PostreSQL table produces irrelevant error when timescaledb extension installed.

TimescaleDB version affected

2.10.3

PostgreSQL version used

15.1

What operating system did you use?

Linux

What installation method did you use?

Source

What platform did you run on?

On prem/Self-hosted, Not applicable

Relevant log output and stack trace

No response

How can we reproduce the bug?

SQL
CREATE TABLE reloptions_test(time integer, temp float8, color integer);
ALTER TABLE reloptions_test2 SET (fillfactor=80), SET (parallel_workers=8);
ERROR:  ALTER TABLE <hypertable> SET does not support multiple clauses
@pmwkaa pmwkaa added the bug label May 1, 2023
@pmwkaa pmwkaa self-assigned this May 1, 2023
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue May 1, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix timescale#5641
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue May 1, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix timescale#5641
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue May 4, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix timescale#5641
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue May 4, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostgreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix timescale#5641
pmwkaa added a commit to pmwkaa/timescaledb that referenced this issue May 4, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostgreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix timescale#5641
pmwkaa added a commit that referenced this issue May 4, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostgreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix #5641
github-actions bot pushed a commit that referenced this issue May 4, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostgreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix #5641

(cherry picked from commit 8ca17e7)
timescale-automation pushed a commit that referenced this issue May 4, 2023
Running ALTER TABLE SET with multiple SET clauses on a regular PostgreSQL table
produces irrelevant error when timescaledb extension is installed.

Fix #5641

(cherry picked from commit 8ca17e7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant