VOOZH
about
URL: https://www.postgresql.org/docs/7.3/tutorial.html
⇱ PostgreSQL: Documentation: 7.3: PostgreSQL 7.3.21 Tutorial
February 26, 2026:
PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released!
Documentation
→
PostgreSQL 7.3
Supported Versions:
Current
(
18
) /
17
/
16
/
15
/
14
Development Versions:
devel
Unsupported versions:
13
/
12
/
11
/
10
/
9.6
/
9.5
/
9.4
/
9.3
/
9.2
/
9.1
/
9.0
/
8.4
/
8.3
/
8.2
/
8.1
/
8.0
/
7.4
/
7.3
/
7.2
/
7.1
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
The PostgreSQL Global Development Group
Copyright
© 1996-2002 The PostgreSQL Global Development Group
Table of Contents
Preface
1.
What's In This Book
1.
Getting Started
1.1.
Installation
1.2.
Architectural Fundamentals
1.3.
Creating a Database
1.4.
Accessing a Database
2.
The Language
2.1.
Introduction
2.2.
Concepts
2.3.
Creating a New Table
2.4.
Populating a Table With Rows
2.5.
Querying a Table
2.6.
Joins Between Tables
2.7.
Aggregate Functions
2.8.
Updates
2.9.
Deletions
3.
Advanced Features
3.1.
Introduction
3.2.
Views
3.3.
Foreign Keys
3.4.
Transactions
3.5.
Inheritance
3.6.
Conclusion
Prev
Home
Next
PostgreSQL 7.3.21 Documentation
Preface