Re: possible pg_dump bug

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: miller392(at)yahoo(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: possible pg_dump bug
Date: 2009-01-28 17:13:50
Message-ID: 4980924E.1040503@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 28/01/2009 17:09, David Miller wrote:
> Pg Dump does not include schema name on insert statement generated
> from pg_dump with a -d option when exporting data for a particular
> table using the -t <schema>.<table> in version 8.3. I believe this
> same bug exists in 8.4 but have not confirmed it. I believe pg_dump
> should have an option to retain schema information.

From memory, I think it does include a "set search_path" statement near
the beginning.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joao Ferreira 2009-01-28 17:18:07 Re: possible pg_dump bug
Previous Message David Miller 2009-01-28 17:09:51 possible pg_dump bug