forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit32762fa
committed
Sample output that appears below the table attributes for \d:
Indicies: palm_buy_date_idx palm_user_date_idxPrimary Key: palm_buyers_pkeyUnique Key: palm_buyers_usernameConstraint: "$1" ((sex = 'M'::bpchar) OR (sex = 'F'::bpchar))Note that check constraint name now shown as well. (Makes it a lot easierto test inheritance support in ADD/DROP constraint :) )Attached is a docs change for psql.Christopher Kings1 parentd66a404 commit32762fa
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
0 commit comments
Comments
(0)