Session

Back

Advanced Data Types in PostgreSQL

Date: 2019-09-12
Time: 21:00 - 21:50
Room: Junior Ballroom G
Level: Intermediate

The “Tour de Data Types” talk provided an overview of the rich set of basic data types in PostgreSQL. But there are more data types available, which can and should be used in applications. PostgreSQL also allows you to combine simple types into more complex structures, or create your very own data type.

This talk starts with ENUM types, and how to create and use them. From there we will discover Arrays and Composite types, look into Range types and finally learn how you can create your own data type.

Slides

The following slides have been made available for this session:

Speaker

Andreas Scherbaum