File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
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: Thu Oct 27 10:15:56 EDT 2005
5
+ Last updated: Tue Nov 15 18:08:23 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.
@@ -371,6 +371,10 @@ SQL Commands
371
371
* Add a GUC variable to warn about non-standard SQL usage in queries
372
372
* Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
373
373
triggers?)
374
+
375
+ To implement this cleanly requires that the table have a unique index
376
+ so duplicate checking can be easily performed.
377
+
374
378
* Add NOVICE output level for helpful messages like automatic sequence/index
375
379
creation
376
380
* %Add COMMENT ON for all cluster global objects (roles, databases
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: Thu Oct 27 10:15:56 EDT 2005
11
+ Last updated: Tue Nov 15 18:08:23 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 > .
@@ -341,6 +341,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
341
341
</ li > < li > Add a GUC variable to warn about non-standard SQL usage in queries
342
342
</ li > < li > Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
343
343
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 >
344
347
</ li > < li > Add NOVICE output level for helpful messages like automatic sequence/index
345
348
creation
346
349
</ li > < li > %Add COMMENT ON for all cluster global objects (roles, databases
You can’t perform that action at this time.
0 commit comments