forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit72ca611
committed
Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.
A moment's examination of these queries is sufficient to see thatthey do not produce duplicate rows, unless perhaps there'scatalog corruption. Using DISTINCT anyway is inefficient andconfusing; moreover it sets a poor example for anyone whorefers to psql -E output to see how to query the catalogs.1 parent6d78f21 commit72ca611
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6065 | 6065 |
| |
6066 | 6066 |
| |
6067 | 6067 |
| |
6068 |
| - | |
| 6068 | + | |
6069 | 6069 |
| |
6070 | 6070 |
| |
6071 | 6071 |
| |
| |||
6160 | 6160 |
| |
6161 | 6161 |
| |
6162 | 6162 |
| |
6163 |
| - | |
| 6163 | + | |
6164 | 6164 |
| |
6165 | 6165 |
| |
6166 | 6166 |
| |
|
0 commit comments
Comments
(0)