projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93e743
)
Provide a link to the UPDATE reference page in the 'Updating Data'
author
Tom Lane
Tue, 23 Jun 2009 20:33:25 +0000
(20:33 +0000)
committer
Tom Lane
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 eb114263a5f2b02c02d07125a8119e084f0271a6..6e440be5ca248ee52acdceadf5c795d9faf3a01b 100644
(file)
--- a/
doc/src/sgml/dml.sgml
+++ b/
doc/src/sgml/dml.sgml
@@
-1,4
+1,4
@@
-
+
Data Manipulation
@@
-134,7
+134,9
@@
INSERT INTO products (product_no, name, price) VALUES
- To perform an update, you need three pieces of information:
+ To update existing rows, use the
+ endterm="sql-update-title"> command. This requires
+ three pieces of information:
The name of the table and column to update