Re: Implement a new data type - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Implement a new data type
Date
Msg-id 900ab380-739c-1ff2-73d2-46e8dce4388c@aklaver.com
Whole thread Raw
In response to Implement a new data type  (mohand oubelkacem makhoukhene <mohand-oubelkacem@outlook.com>)
List pgsql-general
On 8/11/20 4:31 AM, mohand oubelkacem makhoukhene wrote:
> Hello;
> I whould like to implement a new data type next to char, number, 
> varchar... A Money type.

One that is different from the current one?:

https://www.postgresql.org/docs/12/datatype-money.html

> 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
> 
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Miles Elam
Date:
Subject: Re: Implement a new data type
Next
From: David Gauthier
Date:
Subject: How is PG replication typically used to create a High Availability (HA) config ?