Coercion in PGSQL?

Поиск
Список
Период
Сортировка
От Max Ueda
Тема Coercion in PGSQL?
Дата
Msg-id 20070116121426.51868.qmail@web53414.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Coercion in PGSQL?  ("Filip Rembiałkowski" <plk.zuber@gmail.com>)
Re: Coercion in PGSQL?  (Bruno Wolff III <bruno@wolff.to>)
Re: Coercion in PGSQL?  ("Filip Rembiałkowski" <filip.rembialkowski@gmail.com>)
Список pgsql-general
Hi,

I've been wondering with some wrong results that are
being returned from some functions in my application.
Basically, they are algebraic functions dealing with
int values.

Some results made me think of coercion between int
types. For example, atributing a int8 value into a
int2 variable. Does it really happen (coercion)? Is
the int8 value automatically converted into int2, or
an error should be returned in that case?

Thanks in advance

Max Ueda



____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Very long "or" where clause
Следующее
От: Ashish Karalkar
Дата:
Сообщение: Need help on SP