Re: pgsql: Make pg_dump exclude unlogged table data on hot standby slaves

Andres Freund <andres@2ndquadrant.com>

From: Andres Freund <andres@2ndquadrant.com>
To: Magnus Hagander <magnus@hagander.net>
Cc: pgsql-committers@postgresql.org
Date: 2013-01-25T12:31:44Z
Lists: pgsql-hackers

Attachments

On 2013-01-25 08:49:10 +0000, Magnus Hagander wrote:
> Make pg_dump exclude unlogged table data on hot standby slaves

This missed the fact that there is no ExecuteSqlQueryForSingleRow and
surroundign infrastructure.

Fix attached.

Greetings,

Andres Freund

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

Commits

  1. Make pg_dump exclude unlogged table data on hot standby slaves