forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfe594ab
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 parenta2ab9c0 commitfe594ab
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2608 | 2608 |
| |
2609 | 2609 |
| |
2610 | 2610 |
| |
2611 |
| - | |
| 2611 | + | |
2612 | 2612 |
| |
2613 | 2613 |
| |
2614 | 2614 |
| |
2615 | 2615 |
| |
2616 | 2616 |
| |
2617 | 2617 |
| |
2618 |
| - | |
| 2618 | + | |
2619 | 2619 |
| |
2620 |
| - | |
| 2620 | + | |
2621 | 2621 |
| |
2622 | 2622 |
| |
2623 | 2623 |
| |
| |||
2719 | 2719 |
| |
2720 | 2720 |
| |
2721 | 2721 |
| |
2722 |
| - | |
| 2722 | + | |
2723 | 2723 |
| |
2724 | 2724 |
| |
2725 | 2725 |
| |
| |||
4392 | 4392 |
| |
4393 | 4393 |
| |
4394 | 4394 |
| |
4395 |
| - | |
| 4395 | + | |
4396 | 4396 |
| |
4397 | 4397 |
| |
4398 | 4398 |
| |
| |||
4439 | 4439 |
| |
4440 | 4440 |
| |
4441 | 4441 |
| |
4442 |
| - | |
| 4442 | + | |
4443 | 4443 |
| |
4444 | 4444 |
| |
4445 | 4445 |
| |
|
0 commit comments
Comments
(0)