psql: Fix incorrect version check for table partitining.
authorRobert Haas <rhaas@postgresql.org>
Mon, 12 Dec 2016 16:54:14 +0000 (11:54 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 12 Dec 2016 16:57:58 +0000 (11:57 -0500)
commit06e184876bc07c2b1d7144957dcf02c5b4f709c2
tree1c5f8652ef63f583ee5bcb622f9f47bc6b12ef0d
parent563d575fd73361f6118c13f2816988eba8e1f657
psql: Fix incorrect version check for table partitining.

Table partitioning was added in 10, not 9.6.

Fabrízio de Royes Mello, per report from Jeff Janes
src/bin/psql/describe.c