Re: [RFC] Unsigned integer support.

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: [RFC] Unsigned integer support.
Дата
Msg-id D425483C2C5C9F49B5B7A41F8944154701000FAC@postal.corporate.connx.com
обсуждение исходный текст
Ответ на Re: [RFC] Unsigned integer support.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [RFC] Unsigned integer support.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
> -----Original Message-----
> From: Andrew Dunstan [mailto:andrew@dunslane.net]
> Sent: Friday, July 25, 2008 1:11 PM
> To: Dann Corbit
> Cc: Tom Lane; Ryan Bradetich; Gregory Stark; pgsql-
> hackers@postgresql.org
> Subject: Re: [HACKERS] [RFC] Unsigned integer support.
>
>
>
> Dann Corbit wrote:
> >
> > CREATE DOMAIN usmallint AS SMALLINT CHECK(VALUE > 0);
> > CREATE DOMAIN uinteger AS INTEGER CHECK(VALUE > 0);
> > CREATE DOMAIN ubigint AS BIGINT CHECK(VALUE > 0);
> > CREATE DOMAIN unumeric AS NUMERIC CHECK(VALUE > 0);
> >
> >
> >
>
> s/>/>=/g

I turned off the default "option" to remove extra line breaks.
Future posts should not be quite as even and bletcherous.
God willing, and the crick don't rise.



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [RFC] Unsigned integer support.
Следующее
От: Ron Mayer
Дата:
Сообщение: Re: Do we really want to migrate plproxy and citext into PG core distribution?