Re: Trigger function cannot reference field name with capital letter - Mailing list pgsql-general

From John R Pierce
Subject Re: Trigger function cannot reference field name with capital letter
Date
Msg-id 53EC3883.6090205@hogranch.com
Whole thread Raw
In response to Re: Trigger function cannot reference field name with capital letter  (John R Pierce <pierce@hogranch.com>)
Responses Re: Trigger function cannot reference field name with capital letter  (Patrick Dung <patrick_dkt@yahoo.com.hk>)
List pgsql-general
On 8/13/2014 9:13 PM, John R Pierce wrote:
>
> SELECT * from tbl1 where new."postTimestamp' > timestamp '2014-01-01
> 00:00:00'

oops.

SELECT * from tbl1 where new."postTimestamp" > timestamp '2014-01-01
00:00:00'

I meant.  I should proof what I write, hah!


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Trigger function cannot reference field name with capital letter
Next
From: Andrew Bartley
Date:
Subject: Pass where clause to a function