Chante domain type - Postgres 9.2 - Mailing list pgsql-general

From Patrick B
Subject Chante domain type - Postgres 9.2
Date
Msg-id CAJNY3ivGORG1JSjZmop6k_OCJiLop5UCrWkm6NtwEVZhZpFRUw@mail.gmail.com
Whole thread Raw
Responses Re: Chante domain type - Postgres 9.2  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
List pgsql-general
Hi guys,

I've got this domain: 

CREATE DOMAIN public.a_city
  AS character varying(80)
  COLLATE pg_catalog."default";

And I need to increase the type from character varying(80) to character varying(255).

How can I do that? didn't find info about it. I'm using Postgres 9.2

Thanks!
Patrick

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Question on replace function [solved]
Next
From: Gavin Flower
Date:
Subject: Re: Chante domain type - Postgres 9.2