BUG #14900: MView not null constraint

From: neil(at)postgrescompare(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Cc: neil(at)postgrescompare(dot)com
Subject: BUG #14900: MView not null constraint
Date: 2017-11-12 03:16:21
Message-ID: 20171112031621.31521.10140@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14900
Logged by: Neil Anderson
Email address: neil(at)postgrescompare(dot)com
PostgreSQL version: 10.1
Operating system: OSx
Description:

This is probably not a bug but I spotted a question on StackOverflow that
I've been attempting to answer re: not null constraints and materialized
views.
(https://stackoverflow.com/questions/47242219/how-to-indicate-that-a-column-is-not-nullable-when-creating-a-materialized-view/47245081#47245081)

If it's not a bug should postgres support
ALTER MATERIALIZED VIEW ALTER COLUMN column SET NOT NULL syntax?

Thanks,
Neil

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-11-12 17:12:33 Re: BUG #14900: MView not null constraint
Previous Message Tom Lane 2017-11-11 19:31:47 Re: BUG #14897: Segfault on statitics SQL request