From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/functions-uuid.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/src/sgml/html/functions-uuid.html (limited to 'doc/src/sgml/html/functions-uuid.html') diff --git a/doc/src/sgml/html/functions-uuid.html b/doc/src/sgml/html/functions-uuid.html new file mode 100644 index 0000000..482b491 --- /dev/null +++ b/doc/src/sgml/html/functions-uuid.html @@ -0,0 +1,16 @@ + +9.14. UUID Functions

9.14. UUID Functions

+ PostgreSQL includes one function to generate a UUID: +

+gen_random_uuid () → uuid
+

+ This function returns a version 4 (random) UUID. This is the most commonly + used type of UUID and is appropriate for most applications. +

+ The uuid-ossp module provides additional functions that + implement other standard algorithms for generating UUIDs. +

+ PostgreSQL also provides the usual comparison + operators shown in Table 9.1 for + UUIDs. +

\ No newline at end of file -- cgit v1.2.3