Re: patch: Add columns via CREATE OR REPLACE VIEW - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: patch: Add columns via CREATE OR REPLACE VIEW
Date
Msg-id 20080807151710.GG4171@alvh.no-ip.org
Whole thread Raw
In response to patch: Add columns via CREATE OR REPLACE VIEW  ("Robert Haas" <robertmhaas@gmail.com>)
Responses Re: patch: Add columns via CREATE OR REPLACE VIEW  ("Robert Haas" <robertmhaas@gmail.com>)
Re: patch: Add columns via CREATE OR REPLACE VIEW  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Robert Haas escribió:
> Here's a patch that allows CREATE OR REPLACE VIEW to add new columns
> to an existing view.
> 
> Any feedback would be appreciated, especially if it meant that I could
> fix any problems before the next commitfest.

What happens with the columns previously defined?  What happens if I
specify a different column definition for them; does it raise an error?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Visibility Groups
Next
From: Simon Riggs
Date:
Subject: Re: Infrastructure changes for recovery