[pgAdmin III] #171: Problem with restore

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #171: Problem with restore
Date: 2010-04-20 19:52:46
Message-ID: 056.302d57e4bc0abad9dad86e3189089f36@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#171: Problem with restore
-----------------------------+----------------------------------------------
Reporter: Kieran McCusker | Owner: gleu
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: 1.10
Keywords: restore | Platform: all
-----------------------------+----------------------------------------------
Sorry if this has been raised before but I have just tried to restore a
table from one of my schemas.

The problem was that this table name is very common - It is used in many
schemas as each schema is the data for an individual client.

Restore has the three disabled checkboxes
Only data (checked)
Only schema (unchecked)
Single object (checked)

and then below
Table (my table name)

I assumed was it was going to restore only the selected table - What it
actually did was restore all tables with that name!

This seems confusing at best (and how would you do what I wanted using the
UI?)

Shouldn't the schema be checked as well?

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/171>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2010-04-20 19:54:35 SVN Commit by guillaume: r8285 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/frm
Previous Message pgAdmin Trac 2010-04-20 17:10:56 Re: [pgAdmin III] #170: Quoted rule identifiers (schema name)