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 d5a6c7a commit 9f9aecbCopy full SHA for 9f9aecb
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