forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork0
Commitf68b52c
committed
Doc: fix minor bug in CREATE TABLE example.
One example in create_table.sgml claimed to be showing table constraintsyntax, but it was really column constraint syntax due to the omissionof a comma. This is both wrong and confusing, so fix it in allsupported branches.Per report from neil@postgrescompare.com.Discussion:https://postgr.es/m/151871659877.1393.2431103178451978795@wrigleys.postgresql.org1 parent0a2381d commitf68b52c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 |
| - | |
| 1230 | + | |
1231 | 1231 |
| |
1232 | 1232 |
| |
1233 | 1233 |
| |
|
0 commit comments
Comments
(0)