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))
Список
Дерево обсуждения
Writing the SQL queries inside Functions and operators dsankaran@ivesia.com (Dharan)
Re: Writing the SQL queries inside Functions and operators Richard Huxton <dev@archonet.com>
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 по дате отправления