Re: Renaming tables to other schemas - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Renaming tables to other schemas
Date
Msg-id 1076849630.10896.123.camel@jester
Whole thread Raw
In response to Re: Renaming tables to other schemas  (Neil Conway <neilc@samurai.com>)
Responses Re: Renaming tables to other schemas  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Renaming tables to other schemas  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
On Sun, 2004-02-15 at 01:34, Neil Conway wrote:
> ziga@ljudmila.org writes:
> > The capability to move objects to other schemas would be quite
> > useful.
>
> I agree. It's not utterly-trivial to implement (for one thing, you
> need to move any dependant objects like indexes to the new schema),
> but some form of this functionality would be a useful thing to add,
> IMHO.

It's not that hard to do either (I've done about 100 tables by hand at
this point).

Anyway, this should be supported by all RENAME commands, not just ALTER
TABLE.
--
Rod Taylor <rbt [at] rbt [dot] ca>

Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-hackers by date:

Previous
From: Darius
Date:
Subject: Please help re function packaging...
Next
From: Mark Feit
Date:
Subject: Re: [PATCHES] Current-stream read for psql's \copy