forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf5bea83
committed
Fix issues with describe queries of extended statistics in psql
This addresses some problems in the describe queries used for extendedstatistics:- Two schema qualifications for the text type were missing for \dX.- The list of extended statistics listed for a table through \d wasordered based on the object OIDs, but it is more consistent with theother commands to order by namespace and then by object name.- A couple of aliases were not used in \d. These are removed.This is similar to commits1f092a3 and07f8a9e.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220107022235.GA14051@telsasoft.comBackpatch-through: 141 parent61c8da5 commitf5bea83
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2879 | 2879 |
| |
2880 | 2880 |
| |
2881 | 2881 |
| |
2882 |
| - | |
| 2882 | + | |
2883 | 2883 |
| |
2884 | 2884 |
| |
2885 | 2885 |
| |
2886 | 2886 |
| |
2887 | 2887 |
| |
2888 | 2888 |
| |
2889 |
| - | |
| 2889 | + | |
2890 | 2890 |
| |
2891 |
| - | |
| 2891 | + | |
2892 | 2892 |
| |
2893 | 2893 |
| |
2894 | 2894 |
| |
| |||
2990 | 2990 |
| |
2991 | 2991 |
| |
2992 | 2992 |
| |
2993 |
| - | |
| 2993 | + | |
2994 | 2994 |
| |
2995 | 2995 |
| |
2996 | 2996 |
| |
| |||
4726 | 4726 |
| |
4727 | 4727 |
| |
4728 | 4728 |
| |
4729 |
| - | |
| 4729 | + | |
4730 | 4730 |
| |
4731 | 4731 |
| |
4732 | 4732 |
| |
| |||
4773 | 4773 |
| |
4774 | 4774 |
| |
4775 | 4775 |
| |
4776 |
| - | |
| 4776 | + | |
4777 | 4777 |
| |
4778 | 4778 |
| |
4779 | 4779 |
| |
|
0 commit comments
Comments
(0)