Re: Updatable Views - DEFAULT doesn't inherit from table???

From: Csaba Együd <csegyud(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Updatable Views - DEFAULT doesn't inherit from table???
Date: 2008-12-05 14:00:40
Message-ID: ghbc65$umn$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Richard Huxton" <dev(at)archonet(dot)com> a következőket írta üzenetében
news:49393224(dot)7080301(at)archonet(dot)com(dot)(dot)(dot)
Csaba Együd wrote:
> Hi,
> I have problems with inserting rows into an updatable view through it's
> insert rule.
[snip]
> But in the table definition I defined DEFULT=(-1) for this field. What's
> going wrong? Shouldn't it inherit these settings from the table?

Maybe, but it doesn't (and I think I've seen someone arguing it
shouldn't). You can manually apply constraints/defaults etc. to the view
though. I can't recall if you do ALTER VIEW view_products_1 or ALTER
TABLE view_products_1, but it's one of them.

--
Richard Huxton
Archonet Ltd

Richard,
Thx for your reply. Is there any possible way to generate an sql to "copy"
these defaults to the view.
--Csaba

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wajid Khattak 2008-12-05 14:02:48 Re: Executing a user created function twice give an error
Previous Message Richard Huxton 2008-12-05 13:52:36 Re: Updatable Views - DEFAULT doesn't inherit from table???