We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa93c6 commit 9b93a91Copy full SHA for 9b93a91
1 file changed
src/languages/postgresql/postgresql.functions.ts
@@ -264,8 +264,12 @@ export const functions: string[] = [
264
'TS_TOKEN_TYPE',
265
'WEBSEARCH_TO_TSQUERY',
266
267
- // https://www.postgresql.org/docs/14/functions-uuid.html
+ // https://www.postgresql.org/docs/18/functions-uuid.html
268
'GEN_RANDOM_UUID',
269
+ 'UUIDV4',
270
+ 'UUIDV7',
271
+ 'UUID_EXTRACT_TIMESTAMP',
272
+ 'UUID_EXTRACT_VERSION',
273
274
// https://www.postgresql.org/docs/14/functions-xml.html
275
'CURSOR_TO_XML',
0 commit comments