alter table alter columns vs. domains

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: alter table alter columns vs. domains
Date: 2004-05-06 15:55:29
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB34101AE09@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is it feasible or practical to consider adding ALTER DOMAIN TYPE type?
(basically following the same rules as ALTER TABLE).

I don't mind bringing down all the views before I do this, it would be
just great if you could change domains from a centralized location.
Oracle offers this feature...

Merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-06 16:12:08 Re: PostgreSQL pre-fork speedup
Previous Message scott.marlowe 2004-05-06 15:47:13 Re: ALTER TABLE TODO items