Implement a new data type

Поиск
Список
Период
Сортировка
От mohand oubelkacem makhoukhene
Тема Implement a new data type
Дата
Msg-id PR3PR01MB69702C50F8C5C55F5E8B2347E0430@PR3PR01MB6970.eurprd01.prod.exchangelabs.com
обсуждение исходный текст
Список pgsql-general
Hello

I would like to implement a new data type next to char, number, varchar... for example a special "Money" type, but
I don't want to use extensions and the Create type command.  I want to implement it directly inside source code,
because I want to implement my new type at lower level, in order to perform some more sophisticated functions after.
Just as an example,  help the optimizer in its decisions.
How should I proceed ? Is it an easy task ?

Thanks
Mohand

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hash joins are causing no space left error
Следующее
От: Saurav Sarkar
Дата:
Сообщение: Case insensitive query on existing data