Commit 9e49676
committed
Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.
A moment's examination of these queries is sufficient to see that
they do not produce duplicate rows, unless perhaps there's
catalog corruption. Using DISTINCT anyway is inefficient and
confusing; moreover it sets a poor example for anyone who
refers to psql -E output to see how to query the catalogs.1 parent eeb01e3 commit 9e49676
1 file changed
+2
-2
lines changed| 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