]> granicus.if.org Git - postgresql/commit
Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Jan 2001 00:05:22 +0000 (00:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Jan 2001 00:05:22 +0000 (00:05 +0000)
commit1402201463d98f0ef8ab07ac7aeb06d60cf337dc
tree49fe71b71afeaca67e1d46c128d508ee7db2cee8
parentdeb21f0f80d39204604a98ec8dfd285cb564b1bf
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.
src/backend/commands/command.c