Skip to content

Commit 9b93a91

Browse files
committed
Support UUID functions of PostgreSQL 18
Fixes #925
1 parent 9aa93c6 commit 9b93a91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/languages/postgresql/postgresql.functions.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,12 @@ export const functions: string[] = [
264264
'TS_TOKEN_TYPE',
265265
'WEBSEARCH_TO_TSQUERY',
266266

267-
// https://www.postgresql.org/docs/14/functions-uuid.html
267+
// https://www.postgresql.org/docs/18/functions-uuid.html
268268
'GEN_RANDOM_UUID',
269+
'UUIDV4',
270+
'UUIDV7',
271+
'UUID_EXTRACT_TIMESTAMP',
272+
'UUID_EXTRACT_VERSION',
269273

270274
// https://www.postgresql.org/docs/14/functions-xml.html
271275
'CURSOR_TO_XML',

0 commit comments

Comments
 (0)