Re: Trigger function cannot reference field name with capital letter

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Trigger function cannot reference field name with capital letter
Дата
Msg-id 53EC3883.6090205@hogranch.com
обсуждение исходный текст
Ответ на Re: Trigger function cannot reference field name with capital letter  (John R Pierce <pierce@hogranch.com>)
Ответы Re: Trigger function cannot reference field name with capital letter  (Patrick Dung <patrick_dkt@yahoo.com.hk>)
Список 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 по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Trigger function cannot reference field name with capital letter
Следующее
От: Andrew Bartley
Дата:
Сообщение: Pass where clause to a function