I want to create portable code which runs in other dbms without
modification.
Unfortunately this other dbms uses + for string concatenation and has no way
to define operators.
How to define + operator as alias of || operator for strings so I can use
SELECT firstname+ ' '+ lastname
...
in Postgres
Andrus.
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly