Re: ALTER TABLE OWNER: change indexes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: ALTER TABLE OWNER: change indexes
Date: 2002-02-25 23:48:22
Message-ID: 25560.1014680902@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <nconway(at)klamath(dot)dyndns(dot)org> writes:
> Additionally, if someone eventually fixes the index-ownership situation,
> the changes to command.c to remove the index recursion are trivial.

... but won't necessarily get done. More to the point, they may confuse
someone who's trying to refactor the code: without careful thought, he
might think he needs to support recursion over indexes as well as child
tables.

> This patch also includes some refactoring and code cleanups that are
> useful in any case.

Sure. Please resubmit just that part.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-02-26 00:04:25 Re: ALTER TABLE OWNER: change indexes
Previous Message Neil Conway 2002-02-25 23:42:27 Re: ALTER TABLE OWNER: change indexes