pgsql/src/backend/commands (command.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (command.c)
Date: 2001-01-07 00:05:22
Message-ID: 200101070005.f0705Mb30678@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-01-07 01:08:48 pgsql/src/backend/nodes (outfuncs.c read.c readfuncs.c)
Previous Message tgl 2001-01-06 21:59:39 pgsql/src/backend/utils/mmgr (aset.c)