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

Commit b7f73be

Browse files
committed
Add URLs for:
* Add REPLACE or UPSERT command that does UPDATE, or on failure, INSERT [merge]
1 parent 61c3e5b commit b7f73be

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/TODO

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Tue Feb 20 20:08:47 EST 2007
5+
Last updated: Fri Mar 2 22:08:41 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -505,6 +505,9 @@ SQL Commands
505505
so duplicate checking can be easily performed. It is possible to
506506
do it without a unique index if we require the user to LOCK the table
507507
before the MERGE.
508+
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php
509+
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php
510+
508511

509512
* Add NOVICE output level for helpful messages like automatic sequence/index
510513
creation

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Feb 20 20:08:47 EST 2007
11+
Last updated: Fri Mar 2 22:08:41 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -454,6 +454,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
454454
so duplicate checking can be easily performed. It is possible to
455455
do it without a unique index if we require the user to LOCK the table
456456
before the MERGE.
457+
<a href="http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php">http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php</a>
458+
<a href="http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php">http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php</a>
457459
</p>
458460
</li><li>Add NOVICE output level for helpful messages like automatic sequence/index
459461
creation

0 commit comments

Comments
 (0)