Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
September 26, 2024:
PostgreSQL 17 Released!
Documentation
→
PostgreSQL 7.2
Supported Versions:
Current
(
17
) /
16
/
15
/
14
/
13
/
12
Development Versions:
devel
Unsupported versions:
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.
PostgreSQL 7.2.8 Tutorial
The PostgreSQL Global Development Group
Copyright
© 1996-2001 The PostgreSQL Global Development Group
Table of Contents
Welcome
1.
Getting Started
1.1.
Installation
1.2.
Architectural Fundamentals
1.3.
Creating a Database
1.4.
Accessing a Database
2.
The
SQL
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.2.8 Documentation
Welcome