Re: Request for Comments: ALTER [OBJECT] SET SCHEMA

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Bernd Helmle <mailings(at)oopsware(dot)de>
Cc: PostgreSQL-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Request for Comments: ALTER [OBJECT] SET SCHEMA
Date: 2005-06-09 02:33:08
Message-ID: 42A7AA64.7020509@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> One issue that comes to my mind is what to do when dealing with tables
> that have assigned triggers and sequences (serials). Do we want to move
> them as well or leave them in the source namespace?

They should all be moved. Remember nasties like indexes should be moved
as well as toast tables.

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2005-06-09 02:35:14 pg_config --configure ...
Previous Message Bruce Momjian 2005-06-09 02:29:33 Re: ALTER SCHEMA ... SET TABLESPACE