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

Commit ad8181c

Browse files
committed
Add:
> * Have AFTER triggers execute after the appropriate SQL statement in a > function, not at the end of the function
1 parent 5e6d691 commit ad8181c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sun Jul 20 15:22:00 EDT 2003
3+
Last updated: Mon Jul 21 15:04:47 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -312,6 +312,8 @@ Referential Integrity
312312
* With disabled triggers, allow pg_dump to use ALTER TABLE ADD FOREIGN KEY
313313
* -Support statement-level triggers (Neil)
314314
* Support triggers on columns (Neil)
315+
* Have AFTER triggers execute after the appropriate SQL statement in a
316+
function, not at the end of the function
315317

316318

317319
Dependency Checking
@@ -464,7 +466,7 @@ Source Code
464466
* Acquire lock on a relation before building a relcache entry for it
465467
* Research interaction of setitimer() and sleep() used by statement_timeout
466468
* Add checks for fclose() failure
467-
* Change CVS $Id: TODO,v 1.1091 2003/07/20 19:21:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1091 2003/07/20 19:21:41 momjian Exp $
469+
* Change CVS $Id: TODO,v 1.1092 2003/07/21 19:04:54 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1092 2003/07/21 19:04:54 momjian Exp $
468470
* Exit postmaster if postgresql.conf can not be opened
469471
* Rename /scripts directory because they are all C programs now
470472
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)