Use an entity instead of non-ASCII letter. Thom Brown

This commit is contained in:
Tom Lane 2010-05-13 19:16:14 +00:00
parent a4bbfb1aac
commit 4b8c969c74

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.55 2010/02/24 15:54:31 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.56 2010/05/13 19:16:14 tgl Exp $ -->
<chapter id="rules"> <chapter id="rules">
<title>The Rule System</title> <title>The Rule System</title>
@ -1650,7 +1650,7 @@ DELETE FROM shoelace WHERE EXISTS
WHERE sl_name = shoelace.sl_name); WHERE sl_name = shoelace.sl_name);
</programlisting> </programlisting>
<foreignphrase>Voilŕ</foreignphrase>: <foreignphrase>Voil&agrave;</foreignphrase>:
<programlisting> <programlisting>
SELECT * FROM shoelace; SELECT * FROM shoelace;