Re: pg_restore -t should match views, matviews, and foreign tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_restore -t should match views, matviews, and foreign tables
Date
Msg-id 5295.1435875326@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_restore -t should match views, matviews, and foreign tables  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
Craig Ringer <craig@2ndquadrant.com> writes:
> I think you're right that sequences should be included by pg_restore since
> they are by pg_dump, though. So v3 patch attached.

You forgot "SEQUENCE SET" :-(.  I fixed that and adjusted the docs a bit
more and committed.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Qingqing Zhou
Date:
Subject: Re: Memory Accounting v11
Next
From: Jim Nasby
Date:
Subject: Determine operator from it's function