| From: | "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Question about stored procedures |
| Date: | 2005-10-13 10:56:09 |
| Message-ID: | 20051013105609.GG15163@webserv.wug-glas.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
am 13.10.2005, um 3:36:19 -0700 mailte Josephine E. de Castro folgendes:
> 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.
PL/pgsql i a trusted language with no access to the filesystem. But, we
have other languages like plperlu or plsh. This languages can access
local files.
http://www.postgresql.org/docs/8.0/interactive/plperl.html
Regards, Andreas
--
Andreas Kretschmer (Kontakt: siehe Header)
Heynitz: 035242/47212, D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
=== Schollglas Unternehmensgruppe ===
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sean Davis | 2005-10-13 10:56:59 | Re: Question about stored procedures |
| Previous Message | ext-christian.roche | 2005-10-13 10:45:36 | Best way to get all different values in a column |