Re: || operator

From: Vinayak <vinpokale(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: || operator
Date: 2014-09-04 05:48:52
Message-ID: 1409809732777-5817686.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sameer Thakur 2014-09-04 07:01:52 Merge requirements between offline clients and central database
Previous Message Pavel Stehule 2014-09-04 05:35:51 Re: || operator