Re: Custom type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Custom type
Дата
Msg-id 9390.1143233890@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Custom type  (george young <gry@ll.mit.edu>)
Список 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 по дате отправления:

Предыдущее
От: MaXX
Дата:
Сообщение: Re: generate_series to return row that doesn't exist in
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Find min and max values across two columns?