BUG #1947: Enhancement Request - CONCAT() function

From: "Tony Marston" <tony(at)marston-home(dot)demon(dot)co(dot)uk>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1947: Enhancement Request - CONCAT() function
Date: 2005-10-08 11:39:40
Message-ID: 20051008113940.0E45EF0DB5@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1947
Logged by: Tony Marston
Email address: tony(at)marston-home(dot)demon(dot)co(dot)uk
PostgreSQL version: 8.0.3
Operating system: Windows XP
Description: Enhancement Request - CONCAT() function
Details:

I would like the option to use CONCAT(field1, ' ', field2) instead of the
vertical bar syntax (field1 || ' ' || field2) as this is also available in
other popular databases (MySQL, ORACLE). I am trying to develop applications
which are daabase independent, so the use of common SQL syntax is very
important.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message test_autoincrement 2005-10-08 11:49:58 BUG #1948: Enhancement Request - INSERT syntax
Previous Message Bruce Momjian 2005-10-08 03:06:47 Re: [BUGS] BUG #1927: incorrect timestamp returned