Re: Ability to alter schema of a table

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: "Obe, Regina" <robe(dot)dnd(at)cityofboston(dot)gov>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Ability to alter schema of a table
Date: 2010-05-06 12:49:18
Message-ID: 4BE2BACE.40407@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le 06/05/2010 14:19, Obe, Regina a écrit :
> Is there no way to change the schema of a table with PgAdmin aside from the obvious
>
> ALTER TABLE ... set schema
>
> I looked at 1.12.0 beta also and don't see that feature present. I was expecting to see such a feature perhaps right above or below
> the change tablespace option of the table designer.
>

I worked on such a patch there's already quite some time. Adding this
feature is not hard. The main issue was the refresh of the treeview. I
didn't find a way to make it work. So, it has never been commited.

But you're right. This is really missing. I hope I will be able to code
a better patch for next release (I mean 1.14).

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Samad elk 2010-05-09 14:42:04 liste de discussion pgADMIN III
Previous Message Obe, Regina 2010-05-06 12:19:37 Ability to alter schema of a table