Re: Implement a new data type

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: mohand oubelkacem makhoukhene <mohand-oubelkacem(at)outlook(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Implement a new data type
Date: 2020-08-11 13:39:10
Message-ID: 900ab380-739c-1ff2-73d2-46e8dce4388c@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Gauthier 2020-08-11 15:12:46 How is PG replication typically used to create a High Availability (HA) config ?
Previous Message Miles Elam 2020-08-11 13:38:39 Re: Implement a new data type