Re: Trigger function cannot reference field name with capital letter

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Trigger function cannot reference field name with capital letter
Date: 2014-08-14 04:18:11
Message-ID: 53EC3883.6090205@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Bartley 2014-08-14 05:08:21 Pass where clause to a function
Previous Message John R Pierce 2014-08-14 04:13:35 Re: Trigger function cannot reference field name with capital letter