forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb1953e6
committed
Improve ordering for \dAo and \dAp psql commands
This commit changes ORDER BY clause for \dAo and \dAp psql commands inthe following way. * Operators for the same types are grouped together. * Same-class operators and procedures are listed before cross-class operators and procedures.Modification of ORDER BY clause for \dAp required removing DISTINCT clause,which doesn't seem to affect anything.Discussion:https://postgr.es/m/20200511210856.GA18368%40alvherre.pgsqlAuthor: Alvaro Herrera revised by meReviewed-by: Alexander Korotkov, Nikita Glukhov1 parenteeba6c7 commitb1953e6
File tree
3 files changed
+49
-25
lines changed- src
- bin/psql
- test/regress
- expected
- sql
3 files changed
+49
-25
lines changedLines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6288 | 6288 |
| |
6289 | 6289 |
| |
6290 | 6290 |
| |
6291 |
| - | |
| 6291 | + | |
| 6292 | + | |
| 6293 | + | |
| 6294 | + | |
| 6295 | + | |
6292 | 6296 |
| |
6293 | 6297 |
| |
6294 | 6298 |
| |
| |||
6327 | 6331 |
| |
6328 | 6332 |
| |
6329 | 6333 |
| |
6330 |
| - | |
| 6334 | + | |
6331 | 6335 |
| |
6332 | 6336 |
| |
6333 | 6337 |
| |
| |||
6360 | 6364 |
| |
6361 | 6365 |
| |
6362 | 6366 |
| |
6363 |
| - | |
6364 |
| - | |
| 6367 | + | |
| 6368 | + | |
| 6369 | + | |
6365 | 6370 |
| |
6366 | 6371 |
| |
6367 | 6372 |
| |
|
Lines changed: 38 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4952 | 4952 |
| |
4953 | 4953 |
| |
4954 | 4954 |
| |
4955 |
| - | |
4956 |
| - | |
4957 |
| - | |
4958 |
| - | |
4959 |
| - | |
4960 |
| - | |
4961 |
| - | |
4962 |
| - | |
4963 |
| - | |
4964 |
| - | |
| 4955 | + | |
| 4956 | + | |
| 4957 | + | |
| 4958 | + | |
| 4959 | + | |
| 4960 | + | |
| 4961 | + | |
| 4962 | + | |
| 4963 | + | |
| 4964 | + | |
| 4965 | + | |
| 4966 | + | |
| 4967 | + | |
| 4968 | + | |
| 4969 | + | |
| 4970 | + | |
| 4971 | + | |
| 4972 | + | |
| 4973 | + | |
| 4974 | + | |
| 4975 | + | |
| 4976 | + | |
| 4977 | + | |
| 4978 | + | |
| 4979 | + | |
4965 | 4980 |
| |
4966 | 4981 |
| |
4967 | 4982 |
| |
| |||
4972 | 4987 |
| |
4973 | 4988 |
| |
4974 | 4989 |
| |
4975 |
| - | |
4976 |
| - | |
4977 |
| - | |
4978 |
| - | |
4979 |
| - | |
4980 |
| - | |
4981 |
| - | |
4982 |
| - | |
4983 |
| - | |
| 4990 | + | |
| 4991 | + | |
| 4992 | + | |
| 4993 | + | |
| 4994 | + | |
| 4995 | + | |
| 4996 | + | |
| 4997 | + | |
| 4998 | + | |
| 4999 | + | |
| 5000 | + | |
| 5001 | + | |
| 5002 | + | |
4984 | 5003 |
| |
4985 | 5004 |
| |
4986 | 5005 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1203 | 1203 |
| |
1204 | 1204 |
| |
1205 | 1205 |
| |
1206 |
| - | |
| 1206 | + | |
1207 | 1207 |
| |
1208 |
| - | |
| 1208 | + | |
1209 | 1209 |
|
0 commit comments
Comments
(0)