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

Commit698ee9c

Browse files
committed
Update MERGE:
>> To implement this cleanly requires that the table have a unique index> so duplicate checking can be easily performed.>
1 parent788f7c6 commit698ee9c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

‎doc/TODO

Lines changed: 5 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 (pgman@candle.pha.pa.us)
5-
Last updated:Thu Oct 27 10:15:56 EDT 2005
5+
Last updated:Tue Nov 15 18:08:23 EST 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -371,6 +371,10 @@ SQL Commands
371371
* Add a GUC variable to warn about non-standard SQL usage in queries
372372
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
373373
triggers?)
374+
375+
To implement this cleanly requires that the table have a unique index
376+
so duplicate checking can be easily performed.
377+
374378
* Add NOVICE output level for helpful messages like automatic sequence/index
375379
creation
376380
* %Add COMMENT ON for all cluster global objects (roles, databases

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Thu Oct 27 10:15:56 EDT 2005
11+
Last updated:Tue Nov 15 18:08:23 EST 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -341,6 +341,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
341341
</li><li>Add a GUC variable to warn about non-standard SQL usage in queries
342342
</li><li>Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
343343
triggers?)
344+
<p> To implement this cleanly requires that the table have a unique index
345+
so duplicate checking can be easily performed.
346+
</p>
344347
</li><li>Add NOVICE output level for helpful messages like automatic sequence/index
345348
creation
346349
</li><li>%Add COMMENT ON for all cluster global objects (roles, databases

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp