Re: list of extended statistics on psql (\dX) - Mailing list pgsql-hackers

From Tatsuro Yamada
Subject Re: list of extended statistics on psql (\dX)
Date
Msg-id bc2dbe5a-f763-c149-6e21-1455b55a0e0d@nttcom.co.jp
Whole thread Raw
In response to Re: list of extended statistics on psql (\dX)  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: list of extended statistics on psql (\dX)  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
List pgsql-hackers
Hi Tomas and Justin,

On 2021/06/07 4:47, Tomas Vondra wrote:
> Here's a slightly more complete patch, tweaking the regression tests a
> bit to detect this.


I tested your patch on PG14beta2 and PG15devel.
And they work fine.
=======================
  All 209 tests passed.
=======================

Next time I create a feature on psql, I will be careful to add
a check for schema visibility rules. :-D

Thanks,
Tatsuro Yamada






pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [PATCH] expand the units that pg_size_pretty supports on output
Next
From: Tom Lane
Date:
Subject: Re: bugfix: when the blocksize is 32k, the function page_header of pageinspect returns negative numbers.