Re: Functions

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Functions
Дата
Msg-id a483bf849f11b07eee591efbe1f9ad1a@pgedit.com
обсуждение исходный текст
Ответ на Re: Functions  (Nick Jones <neckjonez@gmail.com>)
Ответы Re: Functions  (Keith Worthington <KeithW@NarrowPathInc.com>)
Список pgsql-novice
On May 31, 2005, at 2:52 PM, Nick Jones wrote:

> Aww, I was really close :) ... thanks, that works.  I believe I
> understand it now :)  Do you normally write functions in plpgsql or a
> different language (sql, perl, c)?  I ask so I should know where to
> focus my learning.


I like plpsql because the semantics are designed for working with
databases and PostgreSQL in particular. I would only use a different
language for PostgreSQL if plpgsql can't get the job done or cannot do
it efficiently.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: Nick Jones
Дата:
Сообщение: Re: Functions
Следующее
От: Keith Worthington
Дата:
Сообщение: Re: Functions