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.
2 parents d5a6c7a + 9f9aecb commit 3483499Copy full SHA for 3483499
src/languages/postgresql/postgresql.formatter.ts
@@ -246,6 +246,8 @@ const reservedJoins = expandPhrases([
246
]);
247
248
const reservedPhrases = expandPhrases([
249
+ 'PRIMARY KEY',
250
+ 'GENERATED {ALWAYS | BY DEFAULT} AS IDENTITY',
251
'ON {UPDATE | DELETE} [SET NULL | SET DEFAULT]',
252
'{ROWS | RANGE | GROUPS} BETWEEN',
253
// https://www.postgresql.org/docs/current/datatype-datetime.html
0 commit comments