Re: IPv6 address parsing for inet/cidr types (take II)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: IPv6 address parsing for inet/cidr types (take II)
Дата
Msg-id Pine.LNX.4.44.0304140103520.6904-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: IPv6 address parsing for inet/cidr types (take II)  (Michael Graff <explorer@flame.org>)
Ответы Re: IPv6 address parsing for inet/cidr types (take II)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Michael Graff writes:

> One other poster suggested they should be two data types, which I half
> agree with.  There are advantages of being able to use IPv4 or IPv6
> addresses in the same column, so I wouldn't have to have two tables
> for host <-> address mappings, for instance.  I'm undecided on which
> is better, but so far I've used the inet with ipv4 and 6 data type
> once and found them useful under one data type.

Perhaps we can make "inet" take both and then define domains "inet4" and
"inet6" over it that only take one kind.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Reserved Key Words, Using "path" as a table name
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Modern C++ Interface