We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35a1b4f + e11fba5 commit a3f5a92Copy full SHA for a3f5a92
1 file changed
sql/uuidv7-sql--1.0.sql
@@ -18,7 +18,7 @@ AS $$
18
53, 1), 'hex')::uuid;
19
$$ LANGUAGE sql volatile;
20
21
-COMMENT ON FUNCTION uuidv7() IS
+COMMENT ON FUNCTION uuidv7 IS
22
'Generate a uuid-v7 value with a 48-bit timestamp (millisecond precision) and 74 bits of randomness';
23
24
@@ -42,7 +42,7 @@ AS $$
42
from (select extract(epoch from $1)*1000 as t_ms) s
43
44
45
-COMMENT ON FUNCTION uuidv7_sub_ms() IS
+COMMENT ON FUNCTION uuidv7_sub_ms IS
46
'Generate a uuid-v7 value with a 60-bit timestamp (sub-millisecond precision) and 62 bits of randomness';
47
48
/* Extract the timestamp in the first 6 bytes of the uuidv7 value.
0 commit comments