BUG #1947: Enhancement Request - CONCAT() function

Поиск
Список
Период
Сортировка
От Tony Marston
Тема BUG #1947: Enhancement Request - CONCAT() function
Дата
Msg-id 20051008113940.0E45EF0DB5@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1947: Enhancement Request - CONCAT() function  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BUG #1947: Enhancement Request - CONCAT() function  (David Fetter <david@fetter.org>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: BUG #1937: Parts of information_schema only accessible
Следующее
От: "test_autoincrement"
Дата:
Сообщение: BUG #1948: Enhancement Request - INSERT syntax