Re: [SQL] inet problem

Поиск
Список
Период
Сортировка
От Olivier BLONDEAU
Тема Re: [SQL] inet problem
Дата
Msg-id 199904141252.OAA04011@zeitoun.entreprises.cegetel.fr
обсуждение исходный текст
Ответ на Re: [SQL] inet problem  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
Список pgsql-sql
> Can you show how it fails?  It works for me.
> 
> darcy=> update x set i = null;
> UPDATE 1
> darcy=> select * from x;
> i
> -

Ok... It works for me too...

The problem comes from pgaccess who try to make the update like this:

update x set i = 'null';

In this case, ProstgeSQL says he cannot parse "null".

As i thought pgaccess was using the right way, I did the same error in my
php function...

But it works now !

Thanks a lot...


Olivier.


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

Предыдущее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [SQL] inet problem
Следующее
От: José Soares
Дата:
Сообщение: Re: [SQL] external environment variable