Re: || operator - Mailing list pgsql-general

From Vinayak
Subject Re: || operator
Date
Msg-id 1409809732777-5817686.post@n5.nabble.com
Whole thread Raw
In response to Re: || operator  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Yes function should be
create or replace function concat_character(character, character) returns
text as $$ select concat($1,$2)$$ language sql;
Now its working.

Thank you.



-----
Regards,
Vinayak,

--
View this message in context: http://postgresql.1045698.n5.nabble.com/operator-tp5817541p5817686.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: || operator
Next
From: Sameer Thakur
Date:
Subject: Merge requirements between offline clients and central database