Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1567133

Browse files
committed
1 parent522f362 commit1567133

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

‎doc/TODO

Lines changed: 12 additions & 7 deletions
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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="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
<ahref="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><ahref="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php</a>
1248+
<p><ahref="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><ahref="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a>
12551253
<ahref="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><ahref="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><aname="section_21">Features We Do<u>Not</u> Want</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp