We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8cfd7 commit 756d4b7Copy full SHA for 756d4b7
src/languages/postgresql/postgresql.formatter.ts
@@ -139,7 +139,7 @@ const tabularOnelineClauses = expandPhrases([
139
'CREATE ROLE',
140
'CREATE [OR REPLACE] RULE',
141
'CREATE SCHEMA [AUTHORIZATION]',
142
- 'CREATE {TEMPORARY | TEMP | UNLOGGED} SEQUENCE',
+ 'CREATE [TEMPORARY | TEMP | UNLOGGED] SEQUENCE',
143
'CREATE SERVER',
144
'CREATE STATISTICS',
145
'CREATE SUBSCRIPTION',
0 commit comments