Re: help with dynamic table name - Mailing list pgsql-novice

From Tom Lane
Subject Re: help with dynamic table name
Date
Msg-id 27131.1173159384@sss.pgh.pa.us
Whole thread Raw
In response to Re: help with dynamic table name  ("Peter Schonefeld" <peter.schonefeld@gmail.com>)
List pgsql-novice
"Peter Schonefeld" <peter.schonefeld@gmail.com> writes:
> ... but it still will not work. "ERROR: 42883: operator does not exist:
> \"unknown\" + character varying"

You missed the tip that the correct string-concatenation operator is ||
not + ...

            regards, tom lane

pgsql-novice by date:

Previous
From: "Jasbinder Singh Bali"
Date:
Subject: Re: help with dynamic table name
Next
From: Michael Fuhr
Date:
Subject: Re: help with dynamic table name