Chante domain type - Postgres 9.2

Поиск
Список
Период
Сортировка
От Patrick B
Тема Chante domain type - Postgres 9.2
Дата
Msg-id CAJNY3ivGORG1JSjZmop6k_OCJiLop5UCrWkm6NtwEVZhZpFRUw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Chante domain type - Postgres 9.2
Список 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 по дате отправления: