feature request

From: Uwe Bartels <uwe(dot)bartels(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: feature request
Date: 2013-08-09 14:42:18
Message-ID: CAPGEe=508ccOGBx9chibEiEGDfFLvJ4VPUFJpnR3Cvi37RW0UQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hiho,

first - thanks for the cool tool.

I'd like to submit a feature request.

when I delete table and recreate it on the commandline, and then try to
refresh the table in pgadmin then the object in the tree is deleted.
I guess because the referenced oid doesn't exist anymore.

can you try to refresh the object by schema+name if it cannot be found by
its oid?

background:
I'm working with partitions and as partitions are not so good supported (in
postgres) I found a way to directly work on the underlying tables. I
reverse-engineer the table fill it with data and then replace it the
original partition with the reverse-engineered table.

each time when checking the re-created table I need to wait until a few
thousand tables are re-loaded.

and from gui point of view I want to refresh a table with that name - not
with that oid. correct? So in my case it would help greatly as I'm working
often remote with limited bandwith and vpn.

let me know what you think.

Muchas...
Uwe

Browse pgadmin-support by date

  From Date Subject
Next Message Craig Ringer 2013-08-10 06:49:46 Outdated and misleading docs on vacuum
Previous Message Dinesh Kumar 2013-08-08 12:44:23 Re: Problems with Postgis-geometries under Windows 7 64 Bit