Happy column adding (was RE: [HACKERS] Happy column dropping) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Happy column adding (was RE: [HACKERS] Happy column dropping)
Date
Msg-id Pine.GSO.4.02A.10001251152160.11899-100000@Val.DoCS.UU.SE
Whole thread Raw
In response to RE: [HACKERS] Happy column dropping  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Responses RE: Happy column adding (was RE: [HACKERS] Happy column dropping)
Re: Happy column adding (was RE: [HACKERS] Happy column dropping)
List pgsql-hackers
On Tue, 25 Jan 2000, Hiroshi Inoue wrote:

> Even default is not allowed in ADD COLUMN now. 
> There may be other reasons why they aren't allowed.

It's not a matter of *allowed*, it's a parsing deficiency. The fact that
there was a default declared gets silently ignored. If y'all allow ;) I
would like to fix that (have already started a bit) by perusing the code
in parse_func.c:transformCreateStmt and do the same for the alter table
add column part. Maybe and add/drop constraint will come out in the end as
well.

-- 
Peter Eisentraut                  Sernanders vaeg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Happy column dropping
Next
From: Peter Eisentraut
Date:
Subject: Re: [SQL] DISTINCT ON: speak now or forever hold your peace