plpgsql and cyrillic characters - Mailing list pgsql-general

From Yury Don
Subject plpgsql and cyrillic characters
Date
Msg-id 5522676589.20000713155501@vpcit.ru
Whole thread Raw
List pgsql-general
Hello All,

I have a database where tables and fields have a names consisting of
cyrillic characters. And I would like to create a trigger on plpgsql,
but when I use cyrillic characters in names of elements of record NEW
or OLD, I am getting an errors. I tried NEW.fieldname_with_cyrillic,
NEW."fieldname_with_cyrillic" but always getting an error when trigger
runs. Is it possible to solve this?

--
Best regards,
 Yury  ICQ 11831432
 mailto:yura@vpcit.ru



pgsql-general by date:

Previous
From: Philip Warner
Date:
Subject: Re: pgdump & blob
Next
From: Travis Bauer
Date:
Subject: Re: sql question