| From: | "Benjamin Krajmalnik" <kraj(at)illumen(dot)com> |
|---|---|
| To: | "Alvaro Herrera" <alvherre(at)commandprompt(dot)com> |
| Cc: | <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Error in creating the backend query |
| Date: | 2009-07-29 21:20:37 |
| Message-ID: | F4E6A2751A2823418A21D4A160B689883FCC7C@fletch.stackdump.local |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
I tried it with both on and off, and it did not make a difference.
> -----Original Message-----
> From: Alvaro Herrera [mailto:alvherre(at)commandprompt(dot)com]
> Sent: Wednesday, July 29, 2009 3:20 PM
> To: Benjamin Krajmalnik
> Cc: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] Error in creating the backend query
>
> 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2009-07-29 21:30:36 | Re: Error in creating the backend query |
| Previous Message | Alvaro Herrera | 2009-07-29 21:19:45 | Re: Error in creating the backend query |