Have \d show child tables that inherit from the specified parent
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 3 Jul 2009 18:56:50 +0000 (18:56 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 3 Jul 2009 18:56:50 +0000 (18:56 +0000)
commitc5eb296c534c37f990f1b8ba769983acf7c974a2
tree1fad293333f88a35837bf07c11304385c72982fb
parent2ce152a0a63a4d31d9ecefe84daf35a4108cac2c
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