patch: ALTER TABLE IF EXISTS

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: patch: ALTER TABLE IF EXISTS
Date: 2012-01-02 13:11:58
Message-ID: CAFj8pRCsqBW48tgcocC7w0CGkbSsA01iFEL=my9hsp5u8RPj_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

this is relative simple patch that add possibility to skip noexisting
tables. It is necessary for silent cleaning when dump is loaded.

Regards

Pavel Stehule

Attachment Content-Type Size
alter_table_if_exists.diff text/x-patch 6.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-01-02 13:47:36 Re: patch: ALTER TABLE IF EXISTS
Previous Message Dimitri Fontaine 2012-01-02 11:31:13 Re: [RFC] grants vs. inherited tables