Re: Stored procedures? - Mailing list pgsql-general

From Oliver Vecernik
Subject Re: Stored procedures?
Date
Msg-id 3B384A92.241E85AA@aon.at
Whole thread Raw
In response to Stored procedures?  (Namrata <nlabade@nulinkinc.com>)
List pgsql-general
GH wrote:
>
> [...]
>
> > 1: What are the stored procedures?
>
> A stored procedure is a basically "compiled" series of instruction to the
> database which are, well, stored and called by an outside client or a
> trigger, or whatever. It is my understanding that stored procedures can
> be written in (generally) any language supported by the database (which
> for PostgreSQL is at least SQL, C, and maybe Python and some others).

Is Python already supported? Even for triggers?

Regards,
Oliver

pgsql-general by date:

Previous
From: "Itzinger, Oskar"
Date:
Subject: [HELP] Attribute has an unknown type/is repeated
Next
From: Tod McQuillin
Date:
Subject: Re: to_timestamp busted?