Skip to content

Incorrect formatting of plain CREATE SEQUENCE #48

Closed
@nene

Description

@nene

The following gets correctly formatted:

CREATE SEQUENCE my_sequence AS BIGINT;

However this:

CREATE SEQUENCE my_sequence;

gets formatted as (note the extra space):

CREATE SEQUENCE my_sequence ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions