Re: BUG #15523: \df command not working in psql 10.4 postgres 11.1version - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #15523: \df command not working in psql 10.4 postgres 11.1version
Date
Msg-id 20181127135532.vphepcu6t4bwfhbm@alvherre.pgsql
Whole thread Raw
In response to BUG #15523: \df command not working in psql 10.4 postgres 11.1 version  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #15523: \df command not working in psql 10.4 postgres 11.1 version  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On 2018-Nov-27, PG Bug reporting form wrote:

> PostgreSQL version: 11.1
> Operating system:   macOS High Sierra
> Description:        
> 
> ERROR:  column p.proisagg does not exist
> LINE 6:   WHEN p.proisagg THEN 'agg'

Ugh ... looks like we should have a test script that runs psql against
all older supported versions with all backslash commands to ensure
everything works correctly.  Cross-version support is not complicated,
we just need to remind people to do it.

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


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15524: Unable to run perl mkvcbuild.pl
Next
From: Tom Lane
Date:
Subject: Re: BUG #15523: \df command not working in psql 10.4 postgres 11.1 version