Add URL:
authorBruce Momjian
Wed, 31 Jan 2007 04:23:47 +0000 (04:23 +0000)
committerBruce Momjian
Wed, 31 Jan 2007 04:23:47 +0000 (04:23 +0000)
      o Fix RENAME to work on variables other than OLD/NEW
>
>    http://archives.postgresql.org/pgsql-hackers/2002-03/msg00591.php
>

doc/TODO
doc/src/FAQ/TODO.html

index fcae1e74dfc9ba620ca93873789e636a3edf49d0..3dd2056ce1c519ec7aca02919c4ac2fce0f04fb1 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jan 30 22:17:43 EST 2007
+Last updated:      Tue Jan 30 23:23:10 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -658,6 +658,9 @@ SQL Commands
 
    o PL/pgSQL
        o Fix RENAME to work on variables other than OLD/NEW
+
+         http://archives.postgresql.org/pgsql-hackers/2002-03/msg00591.php
+
        o Allow function parameters to be passed by name,
          get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
        o Add Oracle-style packages  (Pavel)
index 513b325d225b5ca5c9519e160443d9850583ead8..51cd6aecc849fe7457075329ed0b27aecb6d2d7b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jan 30 22:17:43 EST 2007
+Last updated:           Tue Jan 30 23:23:10 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -596,6 +596,8 @@ first.  There is also a developer's wiki at
     
  • PL/pgSQL
  •      
             
    • Fix RENAME to work on variables other than OLD/NEW
    • +

                        http://archives.postgresql.org/pgsql-hackers/2002-03/msg00591.php

      +

             
    • Allow function parameters to be passed by name,
    •                    get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
             
    • Add Oracle-style packages  (Pavel)