Skip to content

Postgres ALTER TABLE SET ( storage_parameter [= value] [, ... ] ) fails to parse #1946

@achristmascarl

Description

@achristmascarl

The following example is valid syntax (https://www.postgresql.org/docs/current/sql-altertable.html) but fails to parse:

ALTER TABLE your_table
SET (
  autovacuum_vacuum_scale_factor = 0.001,
  autovacuum_vacuum_threshold = 500
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions