mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Use an entity instead of non-ASCII letter. Thom Brown
This commit is contained in:
parent
650d950efc
commit
4b1558a060
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.47.2.1 2006/12/27 16:07:42 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/rules.sgml,v 1.47.2.2 2010/05/13 19:16:32 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 New Issue
Block a user