Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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


  • From: petere@postgresql.org (Peter Eisentraut)
  • To: pgsql-committers@postgresql.org
  • Subject: pgsql: Have \d show child tables that inherit from the specified parent
  • Date: Fri, 3 Jul 2009 18:56:51 +0000 (UTC)
  • Message-id: <20090703185651.1824475331E@cvs.postgresql.org>

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)



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group