mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Use an entity instead of non-ASCII letter. Thom Brown
This commit is contained in:
parent
a921879053
commit
b67abe3db8
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.44 2005/10/22 14:44:35 alvherre Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.44.2.1 2010/05/13 19:16:38 tgl Exp $ -->
|
||||
|
||||
<chapter id="rules">
|
||||
<title>The Rule System</title>
|
||||
@ -1646,7 +1646,7 @@ DELETE FROM shoelace WHERE EXISTS
|
||||
WHERE sl_name = shoelace.sl_name);
|
||||
</programlisting>
|
||||
|
||||
<foreignphrase>Voilŕ</foreignphrase>:
|
||||
<foreignphrase>Voilà</foreignphrase>:
|
||||
|
||||
<programlisting>
|
||||
SELECT * FROM shoelace;
|
||||
|
Loading…
Reference in New Issue
Block a user