File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Wed Nov 16 11:33:25 EST 2005
5
+ Last updated: Wed Nov 16 13:44:51 EST 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -373,7 +373,9 @@ SQL Commands
373
373
triggers?)
374
374
375
375
To implement this cleanly requires that the table have a unique index
376
- so duplicate checking can be easily performed.
376
+ so duplicate checking can be easily performed. It is possible to
377
+ do it without a unique index if we require the user to LOCK the table
378
+ before the MERGE.
377
379
378
380
* Add NOVICE output level for helpful messages like automatic sequence/index
379
381
creation
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Wed Nov 16 11:33:25 EST 2005
11
+ Last updated: Wed Nov 16 13:44:51 EST 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -342,7 +342,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
342
342
</ li > < li > Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
343
343
triggers?)
344
344
< p > To implement this cleanly requires that the table have a unique index
345
- so duplicate checking can be easily performed.
345
+ so duplicate checking can be easily performed. It is possible to
346
+ do it without a unique index if we require the user to LOCK the table
347
+ before the MERGE.
346
348
</ p >
347
349
</ li > < li > Add NOVICE output level for helpful messages like automatic sequence/index
348
350
creation
You can’t perform that action at this time.
0 commit comments