Skip to content

SQL: Multiple paranetheses not parsed correctly (error: 'only hash column group is allowed') #4120

Closed
@stevecookform3

Description

Jira Link: DB-2441
Example:

> create index on mytable ((myfield));
ERROR:  only hash column group is allowed
LINE 1: create index on mytable ((myfield));
                             ^

but create index on mytable (myfield); with just a single set of paranetheses works fine.

possibly related to #3981 ?

Metadata

Assignees

Labels

Type

No type

Projects

  • Status

    Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions