patch: ALTER TABLE IF EXISTS
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2012-01-02T13:11:58Z
Lists: pgsql-hackers
Attachments
- alter_table_if_exists.diff (text/x-patch) patch
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