From: | Atif Jung <atifjung(at)gmail(dot)com> |
---|---|
To: | Andreas Kretschmer <akretschmer(at)spamfence(dot)net> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Runnning operating system commands from an SPL |
Date: | 2010-06-17 15:19:20 |
Message-ID: | AANLkTikcB5SvIDLYWh68Seqqskvph1Ns2f-idf70hiaI@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Sorry I don't understand. I am porting over some stored procedures from
INFORMIX to POSTGRES. Some seem to port over OK, but the first problem I am
encountering is the lack of SYSTEM command in POSTGRES.
I don't understand what you mean by using an untrusted programming language.
The stored procedure is written in PL/pgSQL, are you suggesting to rewrite
it in PERL, excuse me for my ignorance.
Thanks
Atif
On 17 June 2010 15:51, Andreas Kretschmer <akretschmer(at)spamfence(dot)net> wrote:
> Atif Jung <atifjung(at)gmail(dot)com> wrote:
>
> > How do I run an operating system command from a stored procedure? In
> INFORMIX I
> > would use the SYSTEM command, can't see to find the equivalent for
> POSTGRES.
>
> You can use a un-trusted programming language, for instance pl/perlu or
> plsh.
>
>
> Andreas
> --
> Really, I'm not out to destroy Microsoft. That will just be a completely
> unintentional side effect. (Linus Torvalds)
> "If I was god, I would recompile penguin with --enable-fly." (unknown)
> Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>
From | Date | Subject | |
---|---|---|---|
Next Message | A B | 2010-06-17 15:24:01 | Re: How to combine many rows into one row (by concatenation?) ? |
Previous Message | Tom Lane | 2010-06-17 15:15:32 | Re: Runnning operating system commands from an SPL |