Implement a new data type

From: mohand oubelkacem makhoukhene <mohand-oubelkacem(at)outlook(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Implement a new data type
Date: 2020-08-11 11:31:03
Message-ID: PR3PR01MB69704C1002BC9916D3E11B58E0450@PR3PR01MB6970.eurprd01.prod.exchangelabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello;
I whould like to implement a new data type next to char, number, varchar... A Money type.
So i'll have to change the source code, but i don't know which fonctions i need to change and which part to work on.
I need some help to implement this new data type.
Thank you and best regards
Mohand

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2020-08-11 12:00:04 Re: Implement a new data type
Previous Message Laurenz Albe 2020-08-11 09:05:54 Re: Keeping state in a foreign data wrapper