summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2022-08-31 22:04:36 -0400
committerBruce Momjian <bruce@momjian.us>2022-08-31 22:04:36 -0400
commit4e3eb6dd1a9ba5555de6d1ab0e30e4bb5d690f43 (patch)
treef9c7eede84f942d1e3de99ccb9b621698872b579
parent181cc0906b9130f0acb37131a50c06a601ec115c (diff)
doc: clarify that pgcrypto's gen_random_uuid calls core func.
Previously it was just marked as a duplicate of the core function. Reported-by: Andreas Dijkman Discussion: https://postgr.es/m/17349-24d61e214429e8c1@postgresql.org Backpatch-through: 13
-rw-r--r--doc/src/sgml/pgcrypto.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml
index 49c07bdb6f5..718069eb7f3 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -1138,8 +1138,9 @@ gen_random_bytes(count integer) returns bytea
gen_random_uuid() returns uuid
</synopsis>
<para>
- Returns a version 4 (random) UUID. (Obsolete, this function is now also
- included in core <productname>PostgreSQL</productname>.)
+ Returns a version 4 (random) UUID. (Obsolete, this function
+ internally calls the <link linkend="functions-uuid">core
+ function</link> of the same name.)
</para>
</sect2>