PostgreSQL
Overview
PostgreSQL is a feature rich object-relational database that offers incredible power and flexibility while maintaining standards compliance. Learn how to configure and use PostgreSQL to take advantage of its best features.
In this section
- The benefits of PostgreSQL
- Getting to know PostgreSQL
- 5 ways to host PostgreSQL databases
- Setting up a local PostgreSQL database
- How to configure a PostgreSQL database on RDS
- Connecting to PostgreSQL databases
- How to create and delete databases and tables in PostgreSQL
- An introduction to PostgreSQL data types
- An introduction to PostgreSQL column and table constraints
- Working with dates in PostgreSQL
- Authentication and authorization
- Inserting and modifying data
- Reading and querying data
- Short guides