Provide a link to the UPDATE reference page in the 'Updating Data'
authorTom Lane <[email protected]>
Tue, 23 Jun 2009 20:33:25 +0000 (20:33 +0000)
committerTom Lane <[email protected]>
Tue, 23 Jun 2009 20:33:25 +0000 (20:33 +0000)
section of the docs.  Per suggestion from Brad Bowman.

doc/src/sgml/dml.sgml

index 54a38aff6124ece45d4b6726ca741966861777af..f67e6a77a944f536271d9198794e8bfe79e00e37 100644 (file)
@@ -134,7 +134,9 @@ INSERT INTO products (product_no, name, price) VALUES
   </para>
 
   <para>
-   To perform an update, you need three pieces of information:
+   To update existing rows, use the <xref linkend="sql-update"
+   endterm="sql-update-title"> command.  This requires
+   three pieces of information:
    <orderedlist spacing="compact">
     <listitem>
      <para>The name of the table and column to update</para>