Re: Custom type - Mailing list pgsql-sql

From Tom Lane
Subject Re: Custom type
Date
Msg-id 9390.1143233890@sss.pgh.pa.us
Whole thread Raw
In response to Re: Custom type  (george young <gry@ll.mit.edu>)
List pgsql-sql
george young <gry@ll.mit.edu> writes:
> But not if you specify the object:

> newschm3=#  \d+ fffg
>             Table "public.fffg"
>  Column |  Type   | Modifiers | Description 
> --------+---------+-----------+-------------
>  t      | text    |           | 
>  i      | integer |           | 

> This seems a bit like a bug to me...

No, because that Description column is for comments on the individual
columns.
        regards, tom lane


pgsql-sql by date:

Previous
From: MaXX
Date:
Subject: Re: generate_series to return row that doesn't exist in
Next
From: Tom Lane
Date:
Subject: Re: Find min and max values across two columns?