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

Commit ffb2744

Browse files
committed
Pl/python -> Pl/PythonU:
< o Add table function support to pltcl, plpython > o Add table function support to pltcl, plpythonu < o Add PL/Python tracebacks > o Add PL/PythonU tracebacks < o Allow PL/Python to return boolean rather than 1/0 > o Allow PL/PythonU to return boolean rather than 1/0
1 parent 5c706f1 commit ffb2744

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/TODO

Lines changed: 4 additions & 4 deletions
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: Mon Apr 2 17:25:28 EDT 2007
5+
Last updated: Mon Apr 2 17:27:56 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -774,17 +774,17 @@ SQL Commands
774774
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
775775

776776
o Other
777-
o Add table function support to pltcl, plpython
777+
o Add table function support to pltcl, plpythonu
778778
o Add support for polymorphic arguments and return types to
779779
languages other than PL/PgSQL
780780
o Add capability to create and call PROCEDURES
781781
o Add support for OUT and INOUT parameters to languages other
782782
than PL/PgSQL
783-
o Add PL/Python tracebacks
783+
o Add PL/PythonU tracebacks
784784

785785
http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php
786786

787-
o Allow PL/Python to return boolean rather than 1/0
787+
o Allow PL/PythonU to return boolean rather than 1/0
788788

789789
http://archives.postgresql.org/pgsql-patches/2007-01/msg00596.php
790790

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 deletions
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 Apr 2 17:25:28 EDT 2007
11+
Last updated: Mon Apr 2 17:27:56 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>.
@@ -691,16 +691,16 @@ <h1><a name="section_8">SQL Commands</a></h1>
691691
</li></ul>
692692
</li><li>Other
693693
<ul>
694-
<li>Add table function support to pltcl, plpython
694+
<li>Add table function support to pltcl, plpythonu
695695
</li><li>Add support for polymorphic arguments and return types to
696696
languages other than PL/PgSQL
697697
</li><li>Add capability to create and call PROCEDURES
698698
</li><li>Add support for OUT and INOUT parameters to languages other
699699
than PL/PgSQL
700-
</li><li>Add PL/Python tracebacks
700+
</li><li>Add PL/PythonU tracebacks
701701
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php">http://archives.postgresql.org/pgsql-patches/2006-02/msg00288.php</a>
702702
</p>
703-
</li><li>Allow PL/Python to return boolean rather than 1/0
703+
</li><li>Allow PL/PythonU to return boolean rather than 1/0
704704
<p> <a href="http://archives.postgresql.org/pgsql-patches/2007-01/msg00596.php">http://archives.postgresql.org/pgsql-patches/2007-01/msg00596.php</a>
705705
</p>
706706
</li></ul>

0 commit comments

Comments
 (0)