Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7b35db0

Browse files
committed
Add:
> o Fix transaction restriction checks for CREATE DATABASE and > other commands > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php
1 parent f941a12 commit 7b35db0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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 (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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -504,6 +504,10 @@ SQL Commands
504504
expressions like SELECT col1 || col2
505505
o Use more reliable method for CREATE DATABASE to get a consistent
506506
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
507511

508512

509513
* UPDATE

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
459459
expressions like SELECT col1 || col2
460460
</li><li>Use more reliable method for CREATE DATABASE to get a consistent
461461
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>
462466
</li></ul>
463467
</li><li>UPDATE
464468
<ul>

0 commit comments

Comments
 (0)