CREATE TABLE typo
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Pg Docs <pgsql-docs@lists.postgresql.org>
Date: 2021-02-17T11:58:12Z
Lists: pgsql-docs
Attachments
- create_table_typo.diff (application/octet-stream) patch
Commit f2a69b352de introduced a small typo in the CREATE TABLE documentation, fixed in the attached. -- Daniel Gustafsson https://vmware.com/
Commits
-
Fix typo
- 5d319ce86f13 11.12 landed
- 6a31b48ec88a 12.7 landed
- daf2e708edfb 13.3 landed
- a29f30780f34 14.0 landed
-
Doc: clarify that CREATE TABLE discards redundant unique constraints.
- f2a69b352de1 14.0 cited