Re: Problem creating backup of schema

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Niklas Olsson <niklaso(at)hotmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Problem creating backup of schema
Date: 2010-06-01 14:28:28
Message-ID: 4C05190C.7050507@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 01/06/2010 15:16, Niklas Olsson wrote:
> I run windows xp, pgdemo 1.10.3.

I'm sure you mean pgAdmin. :-)

> I have a schema in one database, export that one.
> Restore in into another database.
> Rename the schema, try to make a backup of it and get the error
>
> pg_dump: No matching schemas were found
> pg_dump: *** aborted because of error

How are you renaming it? Via pgAdmin's interface (right click ->
properties, etc) or with SQL commands though an edit window or psql? If
the latter, you'll need to refresh pgAdmin's view of the schema after
you rename it.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2010-06-02 21:43:59 Re: Apparent bug in 1.10.3 - refreshing functions within the object browser causes them to disappear
Previous Message Niklas Olsson 2010-06-01 14:16:45 Problem creating backup of schema