Date: Saturday, January 6, 2001 @ 19:05:22
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/commands
from hub.org:/home/projects/pgsql/tmp/cvs-serv30674
Modified Files:
command.c
----------------------------- Log Message -----------------------------
Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.
Disallow cases like adding constraints to sequences :-(, and eliminate
now-unnecessary search of pg_rewrite to decide if a relation is a view.