Re: is there a special function like the format on raise notice - Mailing list pgsql-sql

From Tomasz Myrta
Subject Re: is there a special function like the format on raise notice
Date
Msg-id 3EA659DB.8080003@klaster.net
Whole thread Raw
In response to is there a special function like the format on raise notice  ("jack" <datactrl@tpg.com.au>)
List 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



pgsql-sql by date:

Previous
From: "jack"
Date:
Subject: is there a special function like the format on raise notice
Next
From: Rajesh Kumar Mallah
Date:
Subject: Oracle 9i under RedHat Linux 8.0 - Simple Installation: Getting started