summaryrefslogtreecommitdiff
path: root/doc/src/sgml/advanced.sgml
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-11-15 06:32:15 +0000
committerNeil Conway <neilc@samurai.com>2004-11-15 06:32:15 +0000
commitec7a6bd9a23486d4eb0351de4a0c6dab5028f1ea (patch)
treeeec49035b0f2a5b12c5d0f6fb3ec98a4dd6b85f1 /doc/src/sgml/advanced.sgml
parentdb1531f6d8091c9f8dcfdeadddc3666d4b838da5 (diff)
downloadpostgresql-ec7a6bd9a23486d4eb0351de4a0c6dab5028f1ea.tar.gz
Replace "--" and "---" with "&mdash;" as appropriate, for better-looking
output.
Diffstat (limited to 'doc/src/sgml/advanced.sgml')
-rw-r--r--doc/src/sgml/advanced.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml
index 79464fb892..64ff4616e2 100644
--- a/doc/src/sgml/advanced.sgml
+++ b/doc/src/sgml/advanced.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.45 2004/08/08 21:33:11 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/advanced.sgml,v 1.46 2004/11/15 06:32:13 neilc Exp $
-->
<chapter id="tutorial-advanced">
@@ -439,9 +439,9 @@ SELECT name, altitude
indicates that the query should be run over only the
<classname>cities</classname> table, and not tables below
<classname>cities</classname> in the inheritance hierarchy. Many
- of the commands that we have already discussed --
+ of the commands that we have already discussed &mdash;
<command>SELECT</command>, <command>UPDATE</command>, and
- <command>DELETE</command> -- support this <literal>ONLY</literal>
+ <command>DELETE</command> &mdash; support this <literal>ONLY</literal>
notation.
</para>