Re: VARIANT / ANYTYPE datatype

Поиск
Список
Период
Сортировка
Искать
От
Darren Duncan
Тема
Re: VARIANT / ANYTYPE datatype
Дата
в 16:25:42
Msg-id
4DCAE2AB.6060309@darrenduncan.net
Ответ на
Список
Дерево обсуждения
VARIANT / ANYTYPE datatype Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: VARIANT / ANYTYPE datatype Tom Lane <tgl@sss.pgh.pa.us>
Re: VARIANT / ANYTYPE datatype Alvaro Herrera <alvherre@commandprompt.com>
Re: VARIANT / ANYTYPE datatype Tom Lane <tgl@sss.pgh.pa.us>
Re: VARIANT / ANYTYPE datatype Alvaro Herrera <alvherre@commandprompt.com>
Re: VARIANT / ANYTYPE datatype Tom Lane <tgl@sss.pgh.pa.us>
Re: VARIANT / ANYTYPE datatype Merlin Moncure <mmoncure@gmail.com>
Re: VARIANT / ANYTYPE datatype Andrew Dunstan <andrew@dunslane.net>
Re: VARIANT / ANYTYPE datatype Jim Nasby <jim@nasby.net>
Re: VARIANT / ANYTYPE datatype Andrew Dunstan <andrew@dunslane.net>
Re: VARIANT / ANYTYPE datatype "David E. Wheeler" <david@kineticode.com>
Re: VARIANT / ANYTYPE datatype Tom Lane <tgl@sss.pgh.pa.us>
Re: VARIANT / ANYTYPE datatype Andrew Dunstan <andrew@dunslane.net>
Re: VARIANT / ANYTYPE datatype Merlin Moncure <mmoncure@gmail.com>
Re: VARIANT / ANYTYPE datatype Merlin Moncure <mmoncure@gmail.com>
Re: VARIANT / ANYTYPE datatype "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: VARIANT / ANYTYPE datatype Darren Duncan <darren@darrenduncan.net>
Re: VARIANT / ANYTYPE datatype Alvaro Herrera <alvherre@commandprompt.com>
Re: VARIANT / ANYTYPE datatype Tom Lane <tgl@sss.pgh.pa.us>
Re: VARIANT / ANYTYPE datatype Andrew Dunstan <andrew@dunslane.net>
Re: VARIANT / ANYTYPE datatype Merlin Moncure <mmoncure@gmail.com>
Re: VARIANT / ANYTYPE datatype Darren Duncan <darren@darrenduncan.net>
Re: VARIANT / ANYTYPE datatype Darren Duncan <darren@darrenduncan.net>
Re: VARIANT / ANYTYPE datatype Bruce Momjian <bruce@momjian.us>
Re: VARIANT / ANYTYPE datatype Alvaro Herrera <alvherre@commandprompt.com>
Re: VARIANT / ANYTYPE datatype Darren Duncan <darren@darrenduncan.net>
Re: VARIANT / ANYTYPE datatype Simon Riggs <simon@2ndQuadrant.com>
Re: VARIANT / ANYTYPE datatype Alvaro Herrera <alvherre@commandprompt.com>
Re: VARIANT / ANYTYPE datatype Eric McKeeth <eldin00@gmail.com>
Re: VARIANT / ANYTYPE datatype Joseph Adams <joeyadams3.14159@gmail.com>
Re: VARIANT / ANYTYPE datatype Robert Haas <robertmhaas@gmail.com>
Re: VARIANT / ANYTYPE datatype Andrew Dunstan <andrew@dunslane.net>
Re: VARIANT / ANYTYPE datatype Joseph Adams <joeyadams3.14159@gmail.com>
Re: VARIANT / ANYTYPE datatype Robert Haas <robertmhaas@gmail.com>
Re: VARIANT / ANYTYPE datatype Darren Duncan <darren@darrenduncan.net>
Re: VARIANT / ANYTYPE datatype Tom Lane <tgl@sss.pgh.pa.us>
Re: VARIANT / ANYTYPE datatype Darren Duncan <darren@darrenduncan.net>
Re: VARIANT / ANYTYPE datatype Joseph Adams <joeyadams3.14159@gmail.com>
Re: VARIANT / ANYTYPE datatype Pavel Stehule <pavel.stehule@gmail.com>
To follow-up my earlier comments ...

I suspect for practical purposes we may want to limit the scope of some type 
features.

For example, the greatest benefits for "open union" / "mixin" types is with 
routines/operators, not so much with tables.

So, Pg could choose to support open unions but only for routines, where the 
declared types of table columns must still be other types.  Then you don't have 
to worry about searching your data for where one might be used, but only search 
your system catalog for routines/operators that use it.

But closed unions should be supported in tables too.

-- Darren Duncan


В списке pgsql-hackers по дате отправления
От: Noah Misch
Дата:
От: Robert Haas
Дата:
FAQ