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

Commit 1567133

Browse files
committed
Add item:
> * Add anonymous transactions > > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php >
1 parent 522f362 commit 1567133

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

doc/TODO

+12-7
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: Tue Jan 29 11:09:18 EST 2008
4+
Last updated: Tue Jan 29 11:11:09 EST 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1397,20 +1397,25 @@ Exotic Features
13971397
* Allow plug-in modules to emulate features from other databases
13981398
* Add Oracle-style packages (Pavel)
13991399

1400-
A package would be a schema with session-local variables,
1401-
public/private functions, and initialization functions. It
1402-
is also possible to implement these capabilities
1403-
in any schema and not use a separate "packages"
1404-
syntax at all.
1400+
A package would be a schema with session-local variables,
1401+
public/private functions, and initialization functions. It
1402+
is also possible to implement these capabilities
1403+
in any schema and not use a separate "packages"
1404+
syntax at all.
14051405

1406-
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
1406+
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
14071407

14081408
* Consider allowing control of upper/lower case folding of unquoted
14091409
identifiers
14101410

14111411
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
14121412
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
14131413

1414+
* Add anonymous transactions
1415+
1416+
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php
1417+
1418+
14141419

14151420
Features We Do _Not_ Want
14161421
=========================

doc/src/FAQ/TODO.html

+11-10
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: Tue Jan 29 11:09:18 EST 2008
11+
Last updated: Tue Jan 29 11:11:09 EST 2008
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>.
@@ -1239,20 +1239,21 @@ <h1><a name="section_20">Exotic Features</a></h1>
12391239
</p>
12401240
</li><li>Allow plug-in modules to emulate features from other databases
12411241
</li><li>Add Oracle-style packages (Pavel)
1242-
</li></ul>
1243-
<p> A package would be a schema with session-local variables,<br/>
1244-
public/private functions, and initialization functions. It<br/>
1245-
is also possible to implement these capabilities<br/>
1246-
in any schema and not use a separate "packages"<br/>
1247-
syntax at all.
1242+
<p> A package would be a schema with session-local variables,
1243+
public/private functions, and initialization functions. It
1244+
is also possible to implement these capabilities
1245+
in any schema and not use a separate "packages"
1246+
syntax at all.
12481247
</p>
1249-
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php</a>
1248+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php</a>
12501249
</p>
1251-
<ul>
1252-
<li>Consider allowing control of upper/lower case folding of unquoted
1250+
</li><li>Consider allowing control of upper/lower case folding of unquoted
12531251
identifiers
12541252
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a>
12551253
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php</a>
1254+
</p>
1255+
</li><li>Add anonymous transactions
1256+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php</a>
12561257
</p>
12571258
</li></ul>
12581259
<h1><a name="section_21">Features We Do <u>Not</u> Want</a></h1>

0 commit comments

Comments
 (0)