PostgreSQL Tutorial: Data Types
Summary: in this tutorial, you will learn about PostgreSQL data types including Boolean, character, numeric, temporal, array, json, uuid, and special types.
Summary: in this tutorial, you will learn about PostgreSQL data types including Boolean, character, numeric, temporal, array, json, uuid, and special types.
Summary: in this tutorial, you will learn how to create PostgreSQL user-defined data type using CREATE DOMAIN
and CREATE TYPE
statements.
Summary: in this tutorial, we will show you how to work with PostgreSQL array and introduce you to some handy functions for array manipulation.
Summary: in this tutorial, you will learn about the PostgreSQL Boolean data type and how to use it in designing the database tables.
Summary: this tutorial discusses PostgreSQL DATE data type and shows you how to use some handy date functions to handle dates values.
Summary: in this tutorial, you’ll learn how to work with PostgreSQL hstore data type.
Summary: this tutorial introduces you to various PostgreSQL integer types including SMALLINT
, INTEGER
, and BIGINT
.
Summary: in this tutorial, you will learn about the PostgreSQL interval data type and how to manipulate interval values.
Summary: in this tutorial, you will learn how to how to work with PostgreSQL JSON data type and some useful operators and functions for handling JSON data.
Summary: in this tutorial, you will learn about the PostgreSQL NUMERIC
type for storing numeric data.
Copyright (c) 2017 - 2023, Redrock Data Technologies. All rights reserved.