Re: full featured alter table?

From: Sven Koehler <skoehler(at)upb(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: full featured alter table?
Date: 2003-06-12 14:56:56
Message-ID: bca46r$4rf$1@main.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Pretty much when someone who cares about it enough comes along with
> a sufficient plan (and preferrably code) to implement it without breaking
> things would be my guess (especially given that AFAICS it's not part of
> either SQL92 or SQL99). Note that a sufficient plan would possibly
> involve a lot of things not directly involved with changing the type
> such as being able to deal with cached query plans for functions and
> such.

In other word, nobody cares about that at the moment, and so this will
not be implemented.

something i hate most about opensource movement are these comments like
"submit a patch". your staments are not that rough, but i'd need more
time to get into the code than to implement the feature.
so if this feature was never foreseen, than it might get a heavy task,
and it might be even havier in a few years to implement that.

even a tool could help to improve that. perhaps pgAdmin could be teached
to change a column's type by performing the steps it would need.

i'll submit a feature-request to the pgadmin team.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edmund Dengler 2003-06-12 15:18:41 Re: Performance of query (fwd)
Previous Message Ian Barwick 2003-06-12 14:49:45 Re: Postgres performance comments from a MySQL user