Обсуждение: Implement a new data type

Поиск
Список
Период
Сортировка

Implement a new data type

От
mohand oubelkacem makhoukhene
Дата:
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

Aw: Implement a new data type

От
Karsten Hilbert
Дата:
> If I want to create a new type Person (firstname varchar, lastname varchar, address varchar ...)
> what is the best way to procede in Postgresql
 
The best way is to re-evaluate the "I want".

Karsten