From 15069f2ed8eb7669540601a7cb3f5d8ed7e36edc Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 23 Jun 2009 20:33:25 +0000 Subject: [PATCH] Provide a link to the UPDATE reference page in the 'Updating Data' section of the docs. Per suggestion from Brad Bowman. --- doc/src/sgml/dml.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/dml.sgml b/doc/src/sgml/dml.sgml index 54a38aff61..f67e6a77a9 100644 --- a/doc/src/sgml/dml.sgml +++ b/doc/src/sgml/dml.sgml @@ -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 command. This requires + three pieces of information: The name of the table and column to update -- 2.39.5