]> granicus.if.org Git - postgresql/commit
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)
commite2b42aef53da08dfdcd30b5ffee543b65993ae3d
treea948cfee8dd9fca4abb718c1a11cec8a208a0237
parent53fa850c80f347c967339df7f53d24ca1a669164
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