pgsql: Have \d show child tables that inherit from the specified parent

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have \d show child tables that inherit from the specified parent
Date: 2009-07-03 18:56:51
Message-ID: 20090703185651.1824475331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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(at)dalibo(dot)info>

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.218 -> r1.219)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.218&r2=1.219)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-07-03 19:14:25 pgsql: Add log_line_prefix placeholder %e to contain the current SQL
Previous Message User Bmomjian 2009-07-03 17:23:36 pg-migrator - pg_migrator: Update "build" instructions for pg_migrator.