mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Use an entity instead of non-ASCII letter. Thom Brown
This commit is contained in:
parent
a4bbfb1aac
commit
4b8c969c74
@ -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à</foreignphrase>:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
SELECT * FROM shoelace;
|
SELECT * FROM shoelace;
|
||||||
|
Loading…
Reference in New Issue
Block a user