File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-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: Wed Jan 10 23:41:43 EST 2007
5
+ Last updated: Wed Jan 10 23:48:02 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.
@@ -504,6 +504,10 @@ SQL Commands
504
504
expressions like SELECT col1 || col2
505
505
o Use more reliable method for CREATE DATABASE to get a consistent
506
506
copy of db?
507
+ o Fix transaction restriction checks for CREATE DATABASE and
508
+ other commands
509
+
510
+ http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php
507
511
508
512
509
513
* UPDATE
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: Wed Jan 10 23:41:43 EST 2007
11
+ Last updated: Wed Jan 10 23:48:02 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 > .
@@ -459,6 +459,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
459
459
expressions like SELECT col1 || col2
460
460
</ li > < li > Use more reliable method for CREATE DATABASE to get a consistent
461
461
copy of db?
462
+ </ li > < li > Fix transaction restriction checks for CREATE DATABASE and
463
+ other commands
464
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php "> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php</ a >
465
+ </ p >
462
466
</ li > </ ul >
463
467
</ li > < li > UPDATE
464
468
< ul >
You can’t perform that action at this time.
0 commit comments