Skip to content

Commit

Permalink
Traduction du chapitre sur les UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Oct 11, 2020
1 parent fa00936 commit 6ba12c2
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions postgresql/func.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13342,35 +13342,37 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
</sect1>

<sect1 id="functions-uuid">
<title>UUID Functions</title>
<title>Fonctions UUID</title>

<indexterm zone="datatype-uuid">
<primary>UUID</primary>
<secondary>generating</secondary>
<secondary>génération</secondary>
</indexterm>

<indexterm>
<primary>gen_random_uuid</primary>
</indexterm>

<para>
<productname>PostgreSQL</productname> includes one function to generate a UUID:
<productname>PostgreSQL</productname> inclut une fonction pour générer un
UUID&nbsp;:
<synopsis>
<function>gen_random_uuid</function> () <returnvalue>uuid</returnvalue>
</synopsis>
This function returns a version 4 (random) UUID. This is the most commonly
used type of UUID and is appropriate for most applications.
Cette fonction renvoie un UUID version 4 (aléatoire). Ceci est le type
le plus communément utilisé d'UUID et est approprié pour la plupart
des applications.
</para>

<para>
The <xref linkend="uuid-ossp"/> module provides additional functions that
implement other standard algorithms for generating UUIDs.
Le module <xref linkend="uuid-ossp"/> fournit des fonctions supplémentaires
implémentant d'autres algorithmes standards de génération d'UUID.
</para>

<para>
<productname>PostgreSQL</productname> also provides the usual comparison
operators shown in <xref linkend="functions-comparison-op-table"/> for
UUIDs.
<productname>PostgreSQL</productname> fournit aussi les opérateurs de
comparaison habituels affichés dans <xref
linkend="functions-comparison-op-table"/> pour les UUID.
</para>
</sect1>

Expand Down

0 comments on commit 6ba12c2

Please sign in to comment.