Re: functions

Поиск
Список
Период
Сортировка
От Ian Barwick
Тема Re: functions
Дата
Msg-id 200304052219.15077.barwick@gmx.net
обсуждение исходный текст
Ответ на functions  ("alex b." <mailinglists1@gmx.de>)
Список pgsql-general
> I used the queries in access, and I heard that it is possible to store
> those queries on the server as "functions" or "procedures" ???

Yup, Postgres is a proper database ;-).

You might find http://www.postgresql.org/docs/ relevant, especially:

http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=sql-createfunction.html
http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=programmer-pl.html

"views" might also be a feature worth looking at.


Ian Barwick
barwick@gmx.net


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

Предыдущее
От: "alex b."
Дата:
Сообщение: functions
Следующее
От: Darko Prenosil
Дата:
Сообщение: Re: Converting from dbase