Re: ALTER TABLE OWNER: change indexes - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: ALTER TABLE OWNER: change indexes
Date
Msg-id Pine.LNX.4.30.0202251902010.836-100000@peter.localdomain
Whole thread Raw
In response to Re: ALTER TABLE OWNER: change indexes  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-patches
Neil Conway writes:

> Okay, I'll create alter.c and see if I can refactor some of the ALTER
> code -- but that can wait for a later patch also.

It might make more sense to factor the source files by the kind of objects
they act on.  For instance, the CREATE/ALTER USER code shares a lot of
code, but it shares zero with, say, ALTER TABLE.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: ALTER TABLE OWNER: change indexes
Next
From: Neil Conway
Date:
Subject: Re: ALTER TABLE OWNER: change indexes