Re: [SQL] inet problem

From: Olivier BLONDEAU <olivier(at)blondeau(dot)net>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] inet problem
Date: 1999-04-14 12:52:38
Message-ID: 199904141252.OAA04011@zeitoun.entreprises.cegetel.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message José Soares 1999-04-14 13:40:33 Re: [SQL] external environment variable
Previous Message D'Arcy J.M. Cain 1999-04-14 12:15:23 Re: [SQL] inet problem