patch: Add columns via CREATE OR REPLACE VIEW

From: "Robert Haas" <robertmhaas(at)gmail(dot)com>
To: "PostgreSQL-development Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: patch: Add columns via CREATE OR REPLACE VIEW
Date: 2008-08-07 12:03:52
Message-ID: 603c8f070808070503jd7be083kcce3e16345affb08@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Thanks,

...Robert

Attachment Content-Type Size
replace_view.patch text/x-diff 8.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2008-08-07 12:11:27 For what should pg_stop_backup wait?
Previous Message Simon Riggs 2008-08-07 12:02:17 Re: Visibility Groups