Chante domain type - Postgres 9.2

From: Patrick B <patrickbakerbr(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Chante domain type - Postgres 9.2
Date: 2016-09-26 04:58:33
Message-ID: CAJNY3ivGORG1JSjZmop6k_OCJiLop5UCrWkm6NtwEVZhZpFRUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gavin Flower 2016-09-26 05:15:06 Re: Chante domain type - Postgres 9.2
Previous Message Thomas Munro 2016-09-25 21:57:16 Re: [GENERAL] C++ port of Postgres