Re: Broken Catalog? -- 7.4.2

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Broken Catalog? -- 7.4.2
Дата
Msg-id 20040427020413.GF2206@dcc.uchile.cl
обсуждение исходный текст
Ответ на Broken Catalog? -- 7.4.2  (Rod Taylor <pg@rbt.ca>)
Ответы Re: Broken Catalog? -- 7.4.2  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers
On Mon, Apr 26, 2004 at 09:36:26PM -0400, Rod Taylor wrote:
> The function format_type() fails only for interval when used on the
> interval type
> 
> template1=# select format_type(oid, typlen) from pg_type;

select format_type(oid, typtypmod) from pg_type;
-- works

In fact, I believe this is the correct answer from timestamp types, for
example.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Having your biases confirmed independently is how scientific progress is
made, and hence made our great society what it is today" (Mary Gardiner)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Thread code not vpath-safe
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Reporting a security hole