plpgsql and cyrillic characters

From: Yury Don <yura(at)vpcit(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: plpgsql and cyrillic characters
Date: 2000-07-13 09:55:01
Message-ID: 5522676589.20000713155501@vpcit.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)vpcit(dot)ru

Browse pgsql-general by date

  From Date Subject
Next Message Travis Bauer 2000-07-13 10:18:26 Re: sql question
Previous Message Philip Warner 2000-07-13 09:13:32 Re: pgdump & blob