Re: Exclude pg_largeobject form pg_dump

Stephen Frost <sfrost@snowman.net>

From: Stephen Frost <sfrost@snowman.net>
To: Amul Sul <sulamul@gmail.com>
Cc: pgsql-hackers@postgresql.org, Guillaume Lelarge <guillaume@lelarge.info>
Date: 2016-11-29T16:12:25Z
Lists: pgsql-hackers, pgsql-general
Guillaume, Amul,

* Amul Sul (sulamul@gmail.com) wrote:
> The following review has been posted through the commitfest application:
> make installcheck-world:  tested, passed
> Implements feature:       tested, passed
> Spec compliant:           not tested
> Documentation:            tested, passed
> 
> Patch v6 looks good to me, passing to committer.
> 
> Thanks !
> 
> The new status of this patch is: Ready for Committer

I've pushed this patch.  In the future if you are working with the
pg_dump TAP tests and add a new 'run', be sure to update the 'tests' to
indicate which tests should 'like' or 'unlike' that run.  If you have
any questions, feel free to ask.

Thanks!

Stephen

Commits

  1. Add --no-blobs option to pg_dump