Re: psql missing feature

Поиск
Список
Период
Сортировка
От Michal Maru¹ka
Тема Re: psql missing feature
Дата
Msg-id 15021.22660.413241.243006@linux3.maruska.tin.it
обсуждение исходный текст
Ответ на psql missing feature  ("Michal Maru¹ka" <mmc@maruska.dyndns.org>)
Список pgsql-hackers


Peter Eisentraut writes:

> Michal Maru¹ka writes:

> > What about (optionally) printing the type of the column data?

> >    io   |  tu   | tipo |    data
> >    int  |  int  | int2 |    date
> > --------+-------+------+------------
> >  102242 | 26404 | 1203 | 2000-11-22
> > (1 row)

> I've been meaning to implement this for a while.  Now that someone is
> seemingly interested I might prioritize it.



I have realized that the querytree is too much of information (imagine UNION queries).

So I think this feature (types of columns) is very good if accompanied with
tools to declare easily some/many clone types: eg int-> ID, int2 -> height ....  as
the type is a nice invariant.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: ncm@zembu.com (Nathan Myers)
Дата:
Сообщение: Re: Internationalized dates (was Internationalized error messages)
Следующее
От: Tom Lane
Дата:
Сообщение: Small bug in pg_dump