Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd82e9f7

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 parenta93e743 commitd82e9f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/dml.sgml

Lines changed: 4 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp