Re: Changing a varchar(7) domain into text directly in pg_type

From: Richard Zetterberg <richard(dot)zetterberg(at)googlemail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, ronljohnsonjr(at)gmail(dot)com
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Changing a varchar(7) domain into text directly in pg_type
Date: 2025-05-30 07:17:02
Message-ID: CA+j-KtY9MPzksQjf-a78Vq3kGe8fbWbFOvpQDu_CpXP0QdxAng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron, thanks for the feedback and for teaching me a new word (bog-standard).

Tom, thanks for the feedback and extra info about pg_depend. I've tested
simple queries on all of the tables and it seems to be fine. Hopefully
nothing will turn up when we start running the more advanced queries.
Either way, it will be easy to revert to previous backup, since the
database is only used for analysis on static data.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Donghang Lin 2025-06-02 18:30:35 How to subscribe to pgsql-hackers@postgresql.org
Previous Message Tom Lane 2025-05-28 14:21:01 Re: Changing a varchar(7) domain into text directly in pg_type