diff options
Diffstat (limited to 'doc/src/sgml/unaccent.sgml')
-rw-r--r-- | doc/src/sgml/unaccent.sgml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/sgml/unaccent.sgml b/doc/src/sgml/unaccent.sgml index 24fcd598f3f..6d6a1d6b138 100644 --- a/doc/src/sgml/unaccent.sgml +++ b/doc/src/sgml/unaccent.sgml @@ -44,7 +44,7 @@ <listitem> <para> Each line represents pair: character_with_accent character_without_accent - <programlisting> +<programlisting> À A Á A Â A @@ -52,7 +52,7 @@ Ä A Å A Æ A - </programlisting> +</programlisting> </para> </listitem> </itemizedlist> @@ -133,15 +133,14 @@ <primary>unaccent</primary> </indexterm> - <synopsis> - unaccent(<optional><replaceable class="PARAMETER">dictionary</replaceable>, - </optional> <replaceable class="PARAMETER">string</replaceable>) - returns <type>text</type> - </synopsis> +<synopsis> +unaccent(<optional><replaceable class="PARAMETER">dictionary</replaceable>, </optional> <replaceable class="PARAMETER">string</replaceable>) +returns <type>text</type> +</synopsis> <para> <programlisting> -SELECT unaccent('unaccent','Hôtel'); +SELECT unaccent('unaccent', 'Hôtel'); SELECT unaccent('Hôtel'); </programlisting> </para> |