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

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: Have \d show child tables that inherit from the specified parent
Дата
Msg-id 4A07AB61.60604@timbira.com
обсуждение исходный текст
Ответ на Re: Have \d show child tables that inherit from the specified parent  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список 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 по дате отправления:

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: [PATCH] unalias of ACL_SELECT_FOR_UPDATE
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Serializable Isolation without blocking