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

From Euler Taveira de Oliveira
Subject Re: Have \d show child tables that inherit from the specified parent
Date
Msg-id 4A07AB61.60604@timbira.com
Whole thread Raw
In response to Re: Have \d show child tables that inherit from the specified parent  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-hackers
Greg Sabino Mullane escreveu:
> 
>> * Child tables are sorted by name
>> * \d only shows the number of child tables
>> * \d+ shows the full list
> 
>> This table has 4 child table(s). Use \d+ to display them.
> 
> Would be nice if you could get rid of that ugly '(s)' part.
> 
What about "Child Tables: 4"? It is short and simple.

>> Child tables: daughter,
>>              daughter2,
>>              daughter3,
>>              plop.daughter4
>> Has OIDs: no
> 
> Since the child list can be rather long, it's probably better to put
> everything else first, e.g. the "Has OIDs" line.
> 
+1. Don't forget "Options".


--  Euler Taveira de Oliveira http://www.timbira.com/


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: [PATCH] unalias of ACL_SELECT_FOR_UPDATE
Next
From: "Albe Laurenz"
Date:
Subject: Re: Serializable Isolation without blocking