Re: [HACKERS] split up psql \d Modifiers column

2016-11-03 Thread Peter Eisentraut
On 11/2/16 12:24 PM, Kuntal Ghosh wrote: > On Fri, Oct 28, 2016 at 9:00 AM, Peter Eisentraut > wrote: >> I propose to change the psql \d output a bit, best shown with an example: >> >> \d persons3 >> - Table "public.persons3" >> - Column | Type |

Re: [HACKERS] split up psql \d Modifiers column

2016-11-02 Thread Kuntal Ghosh
On Fri, Oct 28, 2016 at 9:00 AM, Peter Eisentraut wrote: > I propose to change the psql \d output a bit, best shown with an example: > > \d persons3 > - Table "public.persons3" > - Column | Type |Modifiers > -+-+-- >

Re: [HACKERS] split up psql \d Modifiers column

2016-10-27 Thread Pavel Stehule
2016-10-28 5:30 GMT+02:00 Peter Eisentraut : > I propose to change the psql \d output a bit, best shown with an example: > > \d persons3 > - Table "public.persons3" > - Column | Type |Modifiers > -+-+-- > - id |