Re: psql display of foreign keys

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, Michael Paquier <michael@paquier.xyz>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-03-26T14:35:50Z
Lists: pgsql-hackers
On 2019-Mar-26, Peter Eisentraut wrote:

> On 2019-03-26 03:42, Alvaro Herrera wrote:
> > Patch tester didn't like that one bit.  Here's v10 with the fixup
> > applied.
> 
> Looks good to me.

Thanks!

I ran "make installcheck-parallel" using this psql version on all
supported branches plus 9.2.  There were some expected failures, such as
some changed table titles, "FDW options" changed to "FDW Options", and
things like that; but AFAICT other than those everything works as
expected.  (I did find a couple of bugs this way.)

Now pushed.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Commits

  1. Improve psql's \d display of foreign key constraints

  2. pg_partition_ancestors