Documentation fix for adding a column with a default value
Daniel Westermann (DWE) <daniel.westermann@dbi-services.com>
From: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-07-15T11:01:00Z
Lists: pgsql-hackers
Attachments
- docfix.patch (text/x-patch) patch
Hi, the tip in the "Adding a column" section is not true anymore since PostgreSQL 11: https://www.postgresql.org/docs/current/ddl-alter.html#DDL-ALTER-ADDING-A-COLUMN Attached a patch proposal for this. Regards Daniel
Commits
-
Doc: clarify when table rewrites happen with column addition and DEFAULT
- 80aa66392ec8 11.5 landed
- b990cc38dc64 12.0 landed
- 1300fa66b2f3 13.0 landed