Skip to content

Commit

Permalink
Quelques corrections dans les modules contrib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Rimbault authored and gleu committed Sep 9, 2010
1 parent ecce916 commit b4eb089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgresql/fuzzystrmatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ INSERT INTO s VALUES ('jack');
SELECT * FROM s WHERE soundex(nm) = soundex('john');
SELECT * FROM s WHERE difference(s.nm, 'john') > 2;
SELECT * FROM s WHERE difference(s.nm, 'john') > 2;
]]></programlisting>
</sect2>

Expand Down
2 changes: 1 addition & 1 deletion postgresql/pgtrgm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ SELECT t, similarity(t, '<replaceable>word</replaceable>') AS sml
</para>

<para>
Le choix d'un indexage GiST ou IN dépend des caractéristiques relatives
Le choix d'un indexage GiST ou GIN dépend des caractéristiques relatives
de performance qui sont discutées ailleurs. Comme règle de base, un index
GIN est plus rapide pour la recherche qu'un index GiST mais plus lent
pour la construction et la mise à jour&nbsp;; donc GIN est préférable pour
Expand Down

0 comments on commit b4eb089

Please sign in to comment.