next up previous contents index
Next: Object Identification Numbers (OIDs) Up: PostgreSQL: Introduction and Concepts Previous: Summary

Numbering Rows

 Unique identification numbers and short character codes allow references to specific rows in a table. They were used extensively in Chapter [*]. For example, the customer table had a customer_id column that held a unique identification number for each customer. The employee and part tables included similar uniquely numbered columns that were important for joins to those tables.

While unique character codes must be supplied by users, unique row numbers can be generated automatically using two methods. This chapter describes how to use these methods.


 


Bruce Momjian
2001-05-09