Re: Error in creating the backend query - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Error in creating the backend query
Date
Msg-id 20090729211945.GE18634@alvh.no-ip.org
Whole thread Raw
In response to Error in creating the backend query  ("Benjamin Krajmalnik" <kraj@illumen.com>)
Responses Re: Error in creating the backend query  ("Benjamin Krajmalnik" <kraj@illumen.com>)
Re: Error in creating the backend query  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Benjamin Krajmalnik wrote:

> update tblksalerts set cleartime = '2009-07-29 10:49:50'::TIMESTAMP,
> laststatusid = 7::INTEGER, lastreplytext = '0'::VARCHAR, lasttesttime =
> '2009-07-29 10:49:50'::TIMESTAMP, lasteventsource is NULL::VARCHAR,
> lasteventid is NULL::INTEGER, replyval = 0::REAL, trend = ''::varchar (
> 1 ), alertoccurrence = 0::integer where ksalertssysid = 1737078

> Please note the "lasteventsource is null" instead of "lasteventsource =
> null" which is being generated when the value of x_eventsource is null.

Do you have transform_null_equals set?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-admin by date:

Previous
From: Michael Monnerie
Date:
Subject: Re: Off-topic - Hardware recommendation
Next
From: "Benjamin Krajmalnik"
Date:
Subject: Re: Error in creating the backend query