Re: functions - Mailing list pgsql-general

From Ian Barwick
Subject Re: functions
Date
Msg-id 200304052219.15077.barwick@gmx.net
Whole thread Raw
In response to functions  ("alex b." <mailinglists1@gmx.de>)
List 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 by date:

Previous
From: "alex b."
Date:
Subject: functions
Next
From: Darko Prenosil
Date:
Subject: Re: Converting from dbase