BUG #1947: Enhancement Request - CONCAT() function - Mailing list pgsql-bugs

From Tony Marston
Subject BUG #1947: Enhancement Request - CONCAT() function
Date
Msg-id 20051008113940.0E45EF0DB5@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1947: Enhancement Request - CONCAT() function
Re: BUG #1947: Enhancement Request - CONCAT() function
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1947
Logged by:          Tony Marston
Email address:      tony@marston-home.demon.co.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.

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: BUG #1937: Parts of information_schema only accessible
Next
From: "test_autoincrement"
Date:
Subject: BUG #1948: Enhancement Request - INSERT syntax