Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d82e9f7

Browse files
committed
Provide a link to the UPDATE reference page in the 'Updating Data'
section of the docs. Per suggestion from Brad Bowman.
1 parent a93e743 commit d82e9f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/dml.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.19 2009/06/17 21:58:49 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/dml.sgml,v 1.20 2009/06/23 20:33:25 tgl Exp $ -->
22

33
<chapter id="dml">
44
<title>Data Manipulation</title>
@@ -134,7 +134,9 @@ INSERT INTO products (product_no, name, price) VALUES
134134
</para>
135135

136136
<para>
137-
To perform an update, you need three pieces of information:
137+
To update existing rows, use the <xref linkend="sql-update"
138+
endterm="sql-update-title"> command. This requires
139+
three pieces of information:
138140
<orderedlist spacing="compact">
139141
<listitem>
140142
<para>The name of the table and column to update</para>

0 commit comments

Comments
 (0)