Skip to content

Commit

Permalink
charset.xml : typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krysztophe authored and gleu committed Sep 11, 2020
1 parent 2f8bc43 commit 51ebe6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql/charset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
<para>
<productname>PostgreSQL</productname> considère les collations comme des
objets distincts et incompatibles entre eux, même si elles possèdent des
propriétés identiques. Ainsi, par exemle,
propriétés identiques. Ainsi, par exemple,
<programlisting>
SELECT a COLLATE "C" &lt; b COLLATE "POSIX" FROM test1;
</programlisting>
Expand Down Expand Up @@ -839,7 +839,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
<listitem>
<para>
Trie les lettres majuscules avant les lettres minuscules. (La valeur
par défaut est les mniscules avant).
par défaut est les minuscules avant).
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 51ebe6f

Please sign in to comment.