summaryrefslogtreecommitdiff
path: root/doc/src/sgml/dml.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-06-17 21:58:49 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-06-17 21:58:49 +0000
commitc30446b9c901b357f9a7b859c51bee5740ac313f (patch)
treed141c00dcfd93cea53c2497983542e807399681c /doc/src/sgml/dml.sgml
parente8d78d35f45602767f8b2dc5893b9b768b777302 (diff)
downloadpostgresql-c30446b9c901b357f9a7b859c51bee5740ac313f.tar.gz
Proofreading for Bruce's recent round of documentation proofreading.
Most of those changes were good, but some not so good ...
Diffstat (limited to 'doc/src/sgml/dml.sgml')
-rw-r--r--doc/src/sgml/dml.sgml7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml
index 08fd5b7630..eb114263a5 100644
--- a/doc/src/sgml/dml.sgml
+++ b/doc/src/sgml/dml.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.18 2009/04/27 16:27:35 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.19 2009/06/17 21:58:49 tgl Exp $ -->
<chapter id="dml">
<title>Data Manipulation</title>
@@ -248,10 +248,7 @@ DELETE FROM products WHERE price = 10;
<programlisting>
DELETE FROM products;
</programlisting>
- then all rows in the table will be deleted! (<xref
- linkend="sql-truncate" endterm="sql-truncate-title"> can also be used
- to delete all rows.)
- Caveat programmer.
+ then all rows in the table will be deleted! Caveat programmer.
</para>
</sect1>
</chapter>