postgresql/src/backend/rewrite
Tom Lane 248c67d7ed CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
Gavin Sherry, Neil Conway, and Tom Lane all got their hands dirty
on this one ...
2002-09-02 02:13:02 +00:00
..
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
rewriteDefine.c CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. 2002-09-02 02:13:02 +00:00
rewriteHandler.c Rephrase 'Cannot insert into a view' and related messages, per 2002-08-29 06:05:27 +00:00
rewriteManip.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rewriteRemove.c oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
rewriteSupport.c Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00