Have \d show child tables that inherit from the specified parent
commit67eb76c5948c2ef84c7602a938d16b2dbe5d0d84
authorpetere <petere>
Fri, 3 Jul 2009 18:56:50 +0000 (3 18:56 +0000)
committerpetere <petere>
Fri, 3 Jul 2009 18:56:50 +0000 (3 18:56 +0000)
treeb950bf87dc44db440ad59276ca5deafbb014c918
parent8d8973666c9123ee48b62bd74977d27890ee0cdb
Have \d show child tables that inherit from the specified parent

As per discussion, \d shows only the number of child tables, because that
could be hundreds, when used for partitioning.  \d+ shows the actual list.

Author: Damien Clochard <damien@dalibo.info>
src/bin/psql/describe.c