RE: Concat error in PL/pgsql

From: "Andrew Snow" <andrew(at)modulus(dot)org>
To: "Hans Peter Wuermli" <wurmli(at)freesurf(dot)ch>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: RE: Concat error in PL/pgsql
Date: 2001-01-07 00:57:55
Message-ID: JEEGIJPOJIGGIIHGKOKOEELLCHAA.andrew@modulus.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Simple add lines as shown:

> for r in select * from tconcattest loop
IF r.str IS NOT NULL THEN
> output := output || r.str;
END IF;
> end loop;

- Andrew

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Snow 2001-01-07 08:51:51 RE: Concat error in PL/pgsql
Previous Message Robert B. Easter 2001-01-06 23:30:03 Re: boolean bugs