Re: pgsql: Add ALTER object SET SCHEMA capability for - Mailing list pgsql-committers

From Bernd Helmle
Subject Re: pgsql: Add ALTER object SET SCHEMA capability for
Date
Msg-id B4A8A7376B15C09BAFC4A810@sparkey.oopsware.intra
Whole thread Raw
In response to pgsql: Add ALTER object SET SCHEMA capability for a limited but useful  (tgl@svr1.postgresql.org (Tom Lane))
List pgsql-committers
--On Montag, August 01, 2005 01:03:59 -0300 Tom Lane
<tgl@svr1.postgresql.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

pgsql-committers by date:

Previous
From: shachar@pgfoundry.org (User Shachar)
Date:
Subject: oledb - CVSROOT: Add access control to the repositories.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: < o Allow objects to be moved to different schemas > o