Re: list of extended statistics on psql - Mailing list pgsql-hackers

From Tatsuro Yamada
Subject Re: list of extended statistics on psql
Date
Msg-id f1cd98b6-f7d4-e276-ea64-41a0a3c58b99@nttcom.co.jp_1
Whole thread Raw
In response to Re: list of extended statistics on psql  (Tatsuro Yamada <tatsuro.yamada.tf@nttcom.co.jp>)
Responses Re: list of extended statistics on psql  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-hackers
Hi,

> Results of \dX and \dX+:
> ========================
> postgres=# \dX
>                              List of extended statistics
>      Schema    |   Name    |   Definition    | N_distinct | Dependencies |   Mcv
> -------------+-----------+-----------------+------------+--------------+---------
>    public      | hoge1_ext | a, b FROM hoge1 | defined    | defined      | defined
>    hoge1schema | hoge1_ext | a, b FROM hoge1 | built      | built        | built
> (2 rows)


I used "Order by 1, 2" on the query but I realized the ordering of
result was wrong so I fixed on the attached patch.
Please fined the patch file. :-D

Regards,
Tatsuro Yamada



Attachment

pgsql-hackers by date:

Previous
From: "tsunakawa.takay@fujitsu.com"
Date:
Subject: RE: Global snapshots
Next
From: Andrey Borodin
Date:
Subject: Re: MultiXact\SLRU buffers configuration