1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00
>
> * Allow BEFORE INSERT triggers on views
>
>   http://archives.postgresql.org/pgsql-general/2007-02/msg01466.php
This commit is contained in:
Bruce Momjian
2007-03-25 02:21:19 +00:00
parent b72426d351
commit 7b4726e6c3
2 changed files with 9 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat Mar 24 19:12:31 EDT 2007
Last updated: Sat Mar 24 22:21:15 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -943,6 +943,10 @@ Triggers
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00564.php
* Allow BEFORE INSERT triggers on views
http://archives.postgresql.org/pgsql-general/2007-02/msg01466.php
Dependency Checking