mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Use an entity instead of non-ASCII letter. Thom Brown
This commit is contained in:
parent
6a358de1f9
commit
36b4b365f7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.51 2007/02/01 19:10:24 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.51.2.1 2010/05/13 19:16:27 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ŕ</foreignphrase>:
|
||||
<foreignphrase>Voilà</foreignphrase>:
|
||||
|
||||
<programlisting>
|
||||
SELECT * FROM shoelace;
|
||||
|
|
|
|||
Loading…
Reference in a new issue