PostgreSQL Tutorial: Integer Data Types
Summary: this tutorial introduces you to various PostgreSQL integer types including SMALLINT, INTEGER, and BIGINT.
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.
Summary: in this tutorial, we will introduce you to the PostgreSQL TIME data types and show you some handy functions to handle time values.
Summary: in this tutorial, you will learn about the PostgreSQL timestamp data types including timestamp and timestamptz. You will also learn how to use some handy functions to handle timestamp data more effectively.
Summary: in this tutorial, we will show you how to use PostgreSQL CAST operator to convert a value of one type to another.
Summary: in this tutorial, you will learn about the PostgreSQL SERIAL pseudo-type and how to use the SERIAL pseudo-type to define auto-increment columns in tables.
Summary: in this tutorial, you will learn about the PostgreSQL UUID data type and how to generate UUID values using a supplied module.
Summary: in this tutorial, you will learn about the PostgreSQL character data types including CHAR, VARCHAR, and TEXT, and learn how to select the right character types for your tables.
Copyright (c) 2017 - 2025, Redrock Data Services, Inc. All rights reserved.