On 10/13/05 6:36 AM, "Josephine E. de Castro" <[EMAIL PROTECTED]>
wrote:

> Hi everyone,  
> 
> I just want to know if there is an equivalent method in PostgreSQL that acts
> like SQL Server's extended stored procedure. I want to run a stored procedure
> that can update a file in the file system..  I dont know whether I can do this
> using PL/pgSQL or do i need to use another method.
> 
> Someone please enlighten me.

Look at pl/perlu or any of the other "untrusted" flavors of procedure
language.  Probably all can do what you like as far as file manipulation.

http://www.postgresql.org/docs/8.0/static/server-programming.html

Sean


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to