Re: Strangeness/bug when working with my own datatype in P ostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strangeness/bug when working with my own datatype in P ostgreSQL
Дата
Msg-id 26199.983201824@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Strangeness/bug when working with my own datatype in P ostgreSQL  (Солодовников Константин <ks@tcnet.ru>)
Список pgsql-bugs
Солодовников Константин <ks@tcnet.ru> writes:
> create type int1 ( input = int1_in, output = int1_out, internallength = 1,
> externallength = 3, default = "" );

I'm not sure what it will do to specify a default value for a type that
is not a legal value of the datatype --- but it can't be good.  Take out
the default clause.

It also seems a tad bizarre to be treating int1 as a pass-by-reference
datatype, but that's probably not causing any misbehavior, just
inefficiency...
        regards, tom lane


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Jaume Teixi
Дата:
Сообщение: COPY doesn't works with es_ES characters
Следующее
От: "Vadim I. Passynkov"
Дата:
Сообщение: pg_dump Segmentation fault(core dumped)