projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6ca82
)
Provide a link to the UPDATE reference page in the 'Updating Data'
author
Tom Lane
<
[email protected]
>
Tue, 23 Jun 2009 20:33:25 +0000
(20:33 +0000)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/dml.sgml
b/doc/src/sgml/dml.sgml
index 54a38aff6124ece45d4b6726ca741966861777af..f67e6a77a944f536271d9198794e8bfe79e00e37 100644
(file)
--- a/
doc/src/sgml/dml.sgml
+++ b/
doc/src/sgml/dml.sgml
@@
-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>