Re: ignoring data type

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: ignoring data type
Дата
Msg-id AANLkTimt5d9qHct4LDEXb2PJvgS+X=HHjDJA+E9g0anu@mail.gmail.com
обсуждение исходный текст
Ответ на ignoring data type  (Octavio <octaviomaiden@yahoo.com>)
Ответы Re: ignoring data type
Список pgsql-admin
On Mon, Nov 15, 2010 at 10:28 PM, Octavio <octaviomaiden@yahoo.com> wrote:
>
> Hello
>
> I have migrate a application from a server with postgres 8.1 to another with 8.3
> in the new server there are some page that doesn't work because seems to want to compare different data type
>
> does anyone know if it is a version issue or there is something Im missing?

Starting in 8.3 many automatic conversions from one type to another
were removed because it wasn't always obvious if this was the right
thing to do.  So, you might need to either change some column types,
or cast them explicitly to the type you want to be used for
comparison.

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

Предыдущее
От: Samuel Stearns
Дата:
Сообщение: Re: ignoring data type
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: Postgres error: could not open relation base/xxxxx/yyyyy