Re: pg_dump broken for non-super user

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump broken for non-super user
Date: 2016-05-03 14:36:22
Message-ID: CAMsr+YFQCY683Ww6TrNL+5gOteMzOTeXwzsJK26YaVAmgy=ang@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3 May 2016 at 19:04, Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com> wrote:

> With commit a9f0e8e5a2e779a888988cb64479a6723f668c84, now pg_dump, use a
> bitmap
> to represent what to include. With this commit if non-super user is unable
> to perform the dump.
>

Hm. I think we need a src/bin/pg_dump/t/ test for the TAP suite for this
one, because something this fundamental should really have blown the
buildfarm up when committed.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message dandl 2016-05-03 14:39:05 Re: SPI_exec ERROR in pl/r of R 3.2.4 on PostgreSQL on Windows 7
Previous Message Craig Ringer 2016-05-03 14:35:04 Re: Processes and caches in postgresql