Re: Moving an object (function/table, etc) from schema to

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Vitaly Belman <vitalyb(at)gmail(dot)com>
Cc: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Moving an object (function/table, etc) from schema to
Date: 2005-03-12 21:57:27
Message-ID: 200503122157.j2CLvR627905@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vitaly Belman wrote:
> Is it possible to ALTER somehow an object and move it from schema to
> schema? It really sucks to drop an object completely for such a change
> (because of all the object relations forcing me to drop them first and
> then to recreate).

Our TODO has:

o Allow objects to be moved to different schemas

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2005-03-12 22:10:17 Re: Best practices: Handling Daylight-saving time
Previous Message Vitaly Belman 2005-03-12 21:44:38 Moving an object (function/table, etc) from schema to schema