1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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

This commit is contained in:
Tom Lane
2010-05-13 19:16:21 +00:00
parent 099aff05c3
commit 0554358756

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.52 2008/12/16 03:12:08 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.52.2.1 2010/05/13 19:16:21 tgl Exp $ -->
<chapter id="rules">
<title>The Rule System</title>
@ -1651,7 +1651,7 @@ DELETE FROM shoelace WHERE EXISTS
WHERE sl_name = shoelace.sl_name);
</programlisting>
<foreignphrase>Voil<EFBFBD></foreignphrase>:
<foreignphrase>Voil&agrave;</foreignphrase>:
<programlisting>
SELECT * FROM shoelace;