File tree 2 files changed +7
-2
lines changed 2 files changed +7
-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 (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
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.
@@ -505,6 +505,9 @@ SQL Commands
505
505
so duplicate checking can be easily performed. It is possible to
506
506
do it without a unique index if we require the user to LOCK the table
507
507
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
+
508
511
509
512
* Add NOVICE output level for helpful messages like automatic sequence/index
510
513
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: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
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 > .
@@ -454,6 +454,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
454
454
so duplicate checking can be easily performed. It is possible to
455
455
do it without a unique index if we require the user to LOCK the table
456
456
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 >
457
459
</ p >
458
460
</ li > < li > Add NOVICE output level for helpful messages like automatic sequence/index
459
461
creation
You can’t perform that action at this time.
0 commit comments