Re: Writing the SQL queries inside Functions and operators

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Writing the SQL queries inside Functions and operators
Дата
Msg-id 200310211959.18560.dev@archonet.com
обсуждение исходный текст
Ответ на Writing the SQL queries inside Functions and operators  (dsankaran@ivesia.com (Dharan))
Список pgsql-sql
On Tuesday 21 October 2003 08:34, Dharan wrote:
> Hi Friends,
>
>
> What is the use of user defined operators, as functions also perform
> the same job as an operator

Easier to write. Compare: 'hello ' || ' there ' || 'everyone'
with text_concat('hello', text_concat('there', text_concat('everyone') ) )

--  Richard Huxton Archonet Ltd


В списке pgsql-sql по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: how to create a multi columns return function ?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: [GENERAL] Alias-Error