constraint upon view

From: Pierre Emmanuel Gros <Pierre-Emmanuel(dot)Gros(at)limsi(dot)fr>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: constraint upon view
Date: 2004-05-31 13:38:15
Message-ID: 40BB3547.7050707@limsi.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I would like to know if i can add constraint and typed column upon a
create view sentence.
something like create view toto (a INTEGER primary key , b VARCHAR) as
select .....
If it is not possible , what to have to change in the backend sources to
obtain the result ???

Thank you
Pierre

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shridhar Daithankar 2004-05-31 13:59:31 Re: Converting postgresql.conf parameters to kilobytes
Previous Message Bruce Momjian 2004-05-31 13:37:36 Re: pg_dump --comment?