pgsql-server/src backend/commands/indexcmds.c ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/commands/indexcmds.c ...
Date: 2003-01-02 19:29:22
Message-ID: 20030102192922.87A8A476300@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/01/02 14:29:22

Modified files:
src/backend/commands: indexcmds.c
src/backend/parser: analyze.c
src/test/regress/expected: alter_table.out inherit.out
src/test/regress/sql: alter_table.sql inherit.sql

Log message:
Enforces NOT NULL constraints to be applied against new PRIMARY KEY
columns in DefineIndex. So, ALTER TABLE ... PRIMARY KEY will now
automatically add the NOT NULL constraint. It appeared the alter_table
regression test wanted this to occur, as after the change the regression
test better matched in inline 'fails'/'succeeds' comments.

Rod Taylor

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-01-02 23:22:49 pgsql-server/src/port fseeko.c
Previous Message Bruce Momjian - CVS 2003-01-02 06:01:02 pgsql-server/src/port Tag: REL7_3_STABLE fseeko.c