Vol. I · A Postgres HandbookTwelve chapters · · 756 queries

The Query & the Schema

A reading-room reference for writing PostgreSQL by hand — selects to window functions, with the schema in plain view.

FrontChaptersSchemaColophon
Chapters · Performance & Indexes · Query 021 / 076
IntermediatePerformance & Indexes

Create a UNIQUE index

The query

SQL
CREATE UNIQUE INDEX idx_unique_ssn 
ON employees (ssn);
Tested against PostgreSQL 16

Note

“Functions identically to a UNIQUE constraint but is explicitly created as an index. Prevents duplicate values.

Tables referenced

  • employees10 cols

← Previous

Create a basic B-Tree index

Next →

Create a multi-column (composite) index

The Query & the Schema

Set in Fraunces and Inter Tight. Printed on parchment, in oxblood and ink. No tracking, no accounts, no JavaScript on the answer pages beyond what your browser needs to copy a query.

Compiled for Postgres 16 · MMXXVI