forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9e49676
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 parenteeb01e3 commit9e49676
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6071 | 6071 |
| |
6072 | 6072 |
| |
6073 | 6073 |
| |
6074 |
| - | |
| 6074 | + | |
6075 | 6075 |
| |
6076 | 6076 |
| |
6077 | 6077 |
| |
| |||
6166 | 6166 |
| |
6167 | 6167 |
| |
6168 | 6168 |
| |
6169 |
| - | |
| 6169 | + | |
6170 | 6170 |
| |
6171 | 6171 |
| |
6172 | 6172 |
| |
|
0 commit comments
Comments
(0)