Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records)

Поиск
Список
Период
Сортировка
От Geo-x
Тема Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records)
Дата
Msg-id 1336116843901-5685049.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records)  (Basil Bourque <basil.list@me.com>)
Ответы Re: Re: "OLD." || myColumnNameVar (How to generically access columns in a trigger's OLD or NEW records)  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
Hi everybody,

I want to thank Basile for his function but I've problems with it.

1- When I tried to apply it in postgres SQL 8.4 on a DB in LATIN1 I've this
message :

ERROR:  character 0xe280a2 of encoding "UTF8" has no equivalent in "LATIN1"

2- I tried this function on a DB in UTF8 and I've this message :

ERROR:  syntax error at or near "USING"
LIGNE 34 : ...$1).' || ri.column_name || '::text' INTO newValue USING NEW;

3- So, I tried  I delete the words USING NEW and USING and when I want to
update or insert a data I've this message :

there is no parameter $1

I don't understand how we can using the parameter $1 in an sql request.

Thank you for your response and sorry for my English.

Geo-x

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/OLD-myColumnNameVar-How-to-generically-access-columns-in-a-trigger-s-OLD-or-NEW-records-tp4347470p5685049.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

В списке pgsql-general по дате отправления:

Предыдущее
От: Raghavendra
Дата:
Сообщение: Re: How to get the physical locations of tables, views, functions etc of Postgresql in Windows & Linux?
Следующее
От: David Johnston
Дата:
Сообщение: Re: Re: Move the postgreSQL database from Drive C to Map Network Drive (Called Z)