Re: pgsql: Add ALTER object SET SCHEMA capability for

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add ALTER object SET SCHEMA capability for
Date: 2005-08-01 14:05:38
Message-ID: B4A8A7376B15C09BAFC4A810@sparkey.oopsware.intra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

--On Montag, August 01, 2005 01:03:59 -0300 Tom Lane
<tgl(at)svr1(dot)postgresql(dot)org> wrote:

> Add ALTER object SET SCHEMA capability for a limited but useful set of
> object kinds (tables, functions, types). Documentation is not here yet.
> Original code by Bernd Helmle, extensive rework by Bruce Momjian and
> Tom Lane.

Uff, your changes makes the code _much_ more cleaner than my shot,
especially the SERIAL and index stuff :)

Thank you for considering.

--
Bernd

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-01 14:13:30 pgsql: Done: > * -Allow limits on per-db/role connections
Previous Message Bruce Momjian 2005-08-01 14:05:03 pgsql: Done: < o Allow objects to be moved to different schemas > o