Skip to content
Snippets Groups Projects
Commit d82e9f72 authored by Tom Lane's avatar Tom Lane
Browse files

Provide a link to the UPDATE reference page in the 'Updating Data'

section of the docs.  Per suggestion from Brad Bowman.
parent a93e7432
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.19 2009/06/17 21:58:49 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.20 2009/06/23 20:33:25 tgl Exp $ -->
<chapter id="dml"> <chapter id="dml">
<title>Data Manipulation</title> <title>Data Manipulation</title>
...@@ -134,7 +134,9 @@ INSERT INTO products (product_no, name, price) VALUES ...@@ -134,7 +134,9 @@ INSERT INTO products (product_no, name, price) VALUES
</para> </para>
<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"> <orderedlist spacing="compact">
<listitem> <listitem>
<para>The name of the table and column to update</para> <para>The name of the table and column to update</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment