aboutsummaryrefslogtreecommitdiff
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
commit9d8f19201a6e6b53590080b892b41f6cca6eec26 (patch)
treea23fe9c7c0e8b6e822084ae42c677e481fb57918
parentd514d77ac3e36935803f2101124a1af2b57d4bf1 (diff)
downloadpostgresql-9d8f19201a6e6b53590080b892b41f6cca6eec26.tar.gz
postgresql-9d8f19201a6e6b53590080b892b41f6cca6eec26.zip
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 bbaa2691fe3..b108511b424 100644
--- a/doc/src/sgml/pgcrypto.sgml
+++ b/doc/src/sgml/pgcrypto.sgml
@@ -1139,8 +1139,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>