Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfbd597e

Browse files
committed
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 DijkmanDiscussion:https://postgr.es/m/17349-24d61e214429e8c1@postgresql.orgBackpatch-through: 13
1 parent3e337b5 commitfbd597e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/pgcrypto.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,8 +1143,9 @@ gen_random_bytes(count integer) returns bytea
11431143
gen_random_uuid() returns uuid
11441144
</synopsis>
11451145
<para>
1146-
Returns a version 4 (random) UUID. (Obsolete, this function is now also
1147-
included in core <productname>PostgreSQL</productname>.)
1146+
Returns a version 4 (random) UUID. (Obsolete, this function
1147+
internally calls the <link linkend="functions-uuid">core
1148+
function</link> of the same name.)
11481149
</para>
11491150
</sect2>
11501151

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp