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 · Basic SELECT · Query 050 / 136
IntermediateBasic SELECT

Add a DEFAULT value to a column

The query

SQL
ALTER TABLE employees 
ALTER COLUMN status SET DEFAULT 'active';
Tested against PostgreSQL 16

Note

“Only applies to new rows inserted without specifying this column. Existing rows are unaffected.

Tables referenced

  • employees10 cols

← Previous

Remove a NOT NULL constraint

Next →

Add a UNIQUE constraint

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