Re: is there a special function like the format on raise notice

From: Tomasz Myrta <jasiek(at)klaster(dot)net>
To: jack <datactrl(at)tpg(dot)com(dot)au>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: is there a special function like the format on raise notice
Date: 2003-04-23 09:16:11
Message-ID: 3EA659DB.8080003@klaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Uz.ytkownik jack napisa?:
> Hi, all
>
> With pl/sql, is there a special function such as
>
> s1 := function(''invalid code: %'',iErrCode);
>
> s1 becomes ''invalid code: 120''
>
> Thank you
s1:=''invalid code: '' || iErrCode;

Tomasz

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2003-04-23 10:38:37 Oracle 9i under RedHat Linux 8.0 - Simple Installation: Getting started
Previous Message jack 2003-04-23 08:52:46 is there a special function like the format on raise notice