pl/pgsql and national characters

From: Yury Don <yura(at)vpcit(dot)ru>
To: pgsql-general <pgsql-general(at)postgreSQL(dot)org>
Subject: pl/pgsql and national characters
Date: 2000-02-04 10:32:20
Message-ID: 7647.000204@vpcit.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All,

create function round_mark() returns opaque as '
begin
NEW."<natioanl characters field name>" := 1;
return NEW;
end;
' LANGUAGE 'plpgsql';
CREATE

CREATE TRIGGER marks_round_marks BEFORE INSERT OR UPDATE ON "rr"
FOR EACH ROW EXECUTE PROCEDURE round_mark();
CREATE

UPDATE "rr" SET "РР"=1 WHERE "РР" = 1;
NOTICE: plpgsql: ERROR during compile of round_mark near line 1
ERROR: unterminated "

Best regards,
Yury ICQ 11831432
mailto:yura(at)vpcit(dot)ru

Browse pgsql-general by date

  From Date Subject
Next Message Yury Don 2000-02-04 10:39:31 pl/pgsql and national characters
Previous Message Ed Loehr 2000-02-04 07:03:35 Re: [GENERAL] DefineQueryRewrite: rule plan string too big-- workaround?