new table partitioning breaks \d table to older versions

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: new table partitioning breaks \d table to older versions
Date: 2016-12-09 17:59:54
Message-ID: CAMkU=1yvZVV0p-gGJC=AsT2=QRcBvrMSEuPQm0YLwxj5P6zz+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Since:

commit f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63
Author: Robert Haas <rhaas(at)postgresql(dot)org>
Date: Wed Dec 7 13:17:43 2016 -0500

Implement table partitioning.

If I use psql compiled from 10devel to connect to a 9.6.1 server, then \d
fails:

psql (10devel-f0e4475, server 9.6.1-16e7c02)
Type "help" for help.

# \d pgbench_accounts
ERROR: column c.relpartbound does not exist
LINE 1: ...ELECT inhparent::pg_catalog.regclass, pg_get_expr(c.relpartb...

Cheers,

Jeff

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Keith Fiske 2016-12-09 18:00:27 Re: [COMMITTERS] pgsql: Implement table partitioning.
Previous Message Andres Freund 2016-12-09 17:54:04 Re: jsonb problematic operators