Re: default values for views

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: default values for views
Date: 2002-04-15 23:03:55
Message-ID: 20020415190355.61ab2036.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, 15 Apr 2002 18:59:17 -0400 (EDT)
"Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> Neil Conway wrote:
> > The attached patch allows views to have default values. You can't
> > specify a default value within a CREATE VIEW statement, it must be
> > done using ALTER TABLE ... ALTER COLUMN ... SET DEFAULT after the
> > view has already been created. Most of the hard work was done by
> > Tom Lane, I just patched pg_dump and updated the documentation.
>
> I am confused. I didn't think we could insert into views. Can we?

No, but you can if you create a rule to handle the insertion for you
properly.

There is more discussion of this patch on -hackers, in the thread
"rules and default values".

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-15 23:06:18 Re: default values for views
Previous Message Nigel J. Andrews 2002-04-15 22:59:49 Re: Alter/update large tables - VERRRY annoying behaviour!