diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-06-23 21:35:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-06-23 21:35:35 +0000 |
commit | c09174fb95e49d32119755e45dc9660d498e4c93 (patch) | |
tree | eb6fa5c9e91259f8acf49d93978574bd555b75b0 /doc/TODO | |
parent | 2296e299986aece2cdf0a4bff273bc505fb81368 (diff) |
Add item:
* Implement a module capability for loading /contrib-style extensions
http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Jun 23 16:20:35 EDT 2008 +Last updated: Mon Jun 23 17:35:26 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1991,6 +1991,11 @@ Source Code http://archives.postgresql.org/pgsql-hackers/2008-03/msg01211.php http://archives.postgresql.org/pgsql-patches/2008-04/msg00001.php +* Implement a module capability for loading /contrib-style extensions + + http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php + + * Win32 o Remove configure.in check for link failure when cause is found |