From: Bruce Momjian Date: Fri, 6 Aug 2004 15:24:20 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_0_0BETA1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78877260e6283b547019878e32005ae2a6eea096;p=postgresql Add: > * Track dependencies in function bodies and recompile/invalidate --- diff --git a/doc/TODO b/doc/TODO index 5d0a8ed4cd..54ee53fc2d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Aug 6 11:12:36 EDT 2004 +Last updated: Fri Aug 6 11:24:17 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -539,6 +539,7 @@ Dependency Checking * Flush cached query plans when the dependent objects change * -Use dependency information to dump data in proper order * -Have pg_dump -c clear the database using dependency information +* Track dependencies in function bodies and recompile/invalidate Exotic Features