Commit 95a5f7d8 authored by Bruce Momjian's avatar Bruce Momjian

Not done:

> * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
parent c445edef
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Jun 28 14:56:54 EDT 2002 Last updated: Fri Jun 28 15:28:15 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -122,7 +122,7 @@ Views / Rules ...@@ -122,7 +122,7 @@ Views / Rules
============= =============
* Automatically create rules on views so they are updateable, per SQL92 [view] * Automatically create rules on views so they are updateable, per SQL92 [view]
* -Add the functionality for WITH CHECK OPTION clause of CREATE VIEW * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
* Allow NOTIFY in rules involving conditionals * Allow NOTIFY in rules involving conditionals
* Allow temporary views * Allow temporary views
* Require view using temporary tables to be temporary views * Require view using temporary tables to be temporary views
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment