summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/prepare.sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-18 19:54:01 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-18 19:54:01 +0000
commitb5b1eb80b70222231946db363d87a7077ece6a64 (patch)
tree33a8684356a2ff0a225856e95457a2d86993e5ab /doc/src/sgml/ref/prepare.sgml
parent5f04ce3126236ee082a5005b125d40f494713bbf (diff)
downloadpostgresql-b5b1eb80b70222231946db363d87a7077ece6a64.tar.gz
Documentation for VALUES lists. Joe Conway and Tom Lane
Diffstat (limited to 'doc/src/sgml/ref/prepare.sgml')
-rw-r--r--doc/src/sgml/ref/prepare.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/prepare.sgml b/doc/src/sgml/ref/prepare.sgml
index e916fee1d2..b4d9ab64dc 100644
--- a/doc/src/sgml/ref/prepare.sgml
+++ b/doc/src/sgml/ref/prepare.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/prepare.sgml,v 1.20 2006/09/16 00:30:19 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/prepare.sgml,v 1.21 2006/09/18 19:54:01 tgl Exp $
PostgreSQL documentation
-->
@@ -116,7 +116,7 @@ PREPARE <replaceable class="PARAMETER">name</replaceable> [ (<replaceable class=
<listitem>
<para>
Any <command>SELECT</>, <command>INSERT</>, <command>UPDATE</>,
- or <command>DELETE</> statement.
+ <command>DELETE</>, or <command>VALUES</> statement.
</para>
</listitem>
</varlistentry>