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.
This section helps you get started with PostgreSQL by showing you how to install PostgreSQL on Windows, Linux, and macOS. You also learn how to connect to PostgreSQL using the psql tool as well as how to load a sample database into the PostgreSQL for practicing.
Summary: MySQL and PostgreSQL offer many of the same features and capabilities, but there are many differences between these two open-source databases.
Summary: In this tutorial, you will learn how parallel VACUUM works in PostgreSQL.
Summary: in this tutorial, you will learn how to how to work with PostgreSQL JSONB data type and some useful operators and functions for handling JSONB data.
Summary: In this tutorial, you will learn how to use the PostgreSQL string_to_array()
function to convert strings to arrays.
Summary: In this tutorial, you will learn how to leverage expression indexes in PostgreSQL.
Summary: Consider a switch from a commercial to an open source database. Discover the key differences and similarities between PostgreSQL and SQL Server.
Summary: in this tutorial, you will learn how to use the PostgreSQL aggregate functions such as AVG()
, COUNT()
, MIN()
, MAX()
, and SUM()
.
The following page shows the most commonly used PostgreSQL date functions that allow you to manipulate date and time values effectively.
Copyright (c) 2017 - 2025, Redrock Data Services, Inc. All rights reserved.