Re: ERROR: invalid INTERVAL typmod: 0xc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: invalid INTERVAL typmod: 0xc
Дата
Msg-id 7356.1075330255@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: invalid INTERVAL typmod: 0xc  (Darcy Buskermolen <darcy@wavefire.com>)
Список pgsql-bugs
Darcy Buskermolen <darcy@wavefire.com> writes:
>  The following query works in 7.3 but errors in 7.4.x as well as devel with
> the above error

> SELECT quote_ident(nspname) as namespace, format_type(pg_type.oid, typlen) as
> type_name FROM pg_catalog.pg_type JOIN pg_catalog.pg_namespace ON
> (pg_namespace.oid = typnamespace) WHERE pg_type.oid = '1186';

It's mere chance if it worked in 7.3.  The second argument of
format_type is supposed to be atttypmod, not typlen.  In this case
it seems you don't have any particular typmod available, so pass
NULL (or -1).

            regards, tom lane

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

Предыдущее
От: Darcy Buskermolen
Дата:
Сообщение: ERROR: invalid INTERVAL typmod: 0xc
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Virus Infection Alert! Mail Transaction Failed