pg_restore -t should match views, matviews, and foreign tables

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_restore -t should match views, matviews, and foreign tables
Date: 2015-04-01 03:01:28
Message-ID: CAMsr+YGKmAA4qdpo6FsrH5HkNT-LThiJrTSaLHOG2LRRdaKbow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Following on from this -bugs post:

http://www.postgresql.org/message-id/CAMsr+YGJ50TvTVK4Dbp66gAjeOC0KaP6KXFEHAOM+neQmHvoQA@mail.gmail.com

this patch adds support for views, foreign tables, and materialised views
to the pg_restore -t flag.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
0001-pg_restore-t-should-select-views-matviews-and-foreig.patch text/x-patch 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2015-04-01 04:45:57 Re: Doubt about AccessExclusiveLock in ALTER TABLE .. SET ( .. );
Previous Message Michael Paquier 2015-04-01 01:49:55 Re: vac truncation scan problems