pgsql: Have \d show child tables that inherit from the specified parent - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Have \d show child tables that inherit from the specified parent
Date
Msg-id 20090703185651.1824475331E@cvs.postgresql.org
Whole thread Raw
List 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@dalibo.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)

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Update "build" instructions for pg_migrator.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Add log_line_prefix placeholder %e to contain the current SQL