Implement a new data type - Mailing list pgsql-general

From mohand oubelkacem makhoukhene
Subject Implement a new data type
Date
Msg-id PR3PR01MB69703809E71AAA94ACE9731AE02D0@PR3PR01MB6970.eurprd01.prod.exchangelabs.com
Whole thread Raw
Responses Aw: Implement a new data type  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
List pgsql-general
Hello,

If I want to create a new type Person (firstname varchar, lastname varchar, address varchar ...) what is the best way to procede in Postgresql

Create type or  create extension ? What are advantages /disadvantages of both solutions ?
Thank you and best regards
Mohand

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: How to enumerate partitions from a window function?
Next
From: Karsten Hilbert
Date:
Subject: Aw: Implement a new data type