Re: include shell commands in query - Mailing list pgsql-general

From Dennis Gearon
Subject Re: include shell commands in query
Date
Msg-id 3EEE034F.6020807@cvc.net
Whole thread Raw
In response to include shell commands in query  ("Sebastian Kniat" <sebkniat@wp.pl>)
List pgsql-general
Sure, it goes in like a text string. Now, if you want it to execute while in the query and NOT go into the database, I
woulddoubt that you could have that. 

Sebastian Kniat wrote:

> Hello,
> is posible to include shell commands, like ping, into query?
>  e.x.
> select current_timestamp, "ping IP_adress" into table table_name
>
> With best regards
> Sebastian Kniat
>
> ---------------------------------------------------
> Szukasz wyjazdu wakacyjnego? Sprawdź nasze oferty!
> Nowy serwis w WP http://oferty.wp.pl/wakacje.html
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: include shell commands in query
Next
From: "Andy Kriger"
Date:
Subject: sql standard questions