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

Commit 27d0749

Browse files
committed
Add:
> > o Allow GLOBAL temporary tables to exist as empty by default in > all sessions > > http://archives.postgresql.org/pgsql-hackers/2007-07/msg00006.php >
1 parent 2c535bf commit 27d0749

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/TODO

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Mon Jul 16 20:07:17 EDT 2007
4+
Last updated: Tue Jul 17 20:15:52 EDT 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -597,6 +597,12 @@ SQL Commands
597597
http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php
598598
http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php
599599

600+
o Allow GLOBAL temporary tables to exist as empty by default in
601+
all sessions
602+
603+
http://archives.postgresql.org/pgsql-hackers/2007-07/msg00006.php
604+
605+
600606
* ALTER
601607

602608
o %Have ALTER TABLE RENAME rename SERIAL sequence names

doc/src/FAQ/TODO.html

+5-1
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: Mon Jul 16 20:07:17 EDT 2007
11+
Last updated: Tue Jul 17 20:15:52 EDT 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>.
@@ -532,6 +532,10 @@ <h1><a name="section_8">SQL Commands</a></h1>
532532
in read-committed mode
533533
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php">http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php</a>
534534
<a href="http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php">http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php</a>
535+
</p>
536+
</li><li>Allow GLOBAL temporary tables to exist as empty by default in
537+
all sessions
538+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-07/msg00006.php">http://archives.postgresql.org/pgsql-hackers/2007-07/msg00006.php</a>
535539
</p>
536540
</li></ul>
537541
</li><li>ALTER

0 commit comments

Comments
 (0)