Alter Domain Type - Mailing list pgsql-general

From George Weaver
Subject Alter Domain Type
Date
Msg-id 005501c87319$9fb84750$6400a8c0@Dell4500
Whole thread Raw
List pgsql-general
Hi Everyone,

Many years ago I created a domain with a char(4) datatype.

Now in my wisdom I would like to change this to a text datatype, but I can't
see any way of altering the type of a domain.

I have experimented with backing up the database and manually editing the
dump file to change the type, and then recreating the database.  This seems
to work without problem.

Are there any hidden dangers of doing this?

Is there an alternate way of altering the type without backing up and
recreating the database?

I'm working with version 8.2.3.

Thanks for your help.

George



pgsql-general by date:

Previous
From: "Markus Bertheau"
Date:
Subject: Re: out-of-line (TOAST) storage ineffective when loading from dump?
Next
From: Lone Wolf
Date:
Subject: Re: Using sequences in SQL text files