Michael Glaesemann writes:
> On Jul 30, 2009, at 9:09 , Radek Novotný wrote:
>> Is there possible to create pg trigger that runs shell script?
> Yes. You can use an untrusted language such as pl/perlu to run system
> commands.
The fact that you can do it doesn't make it a good idea ...
If you
In response to Radek Novotný :
> Is there possible to create pg trigger that runs shell script?
Sure, use an untrusted language for the trigger-function.
Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA
On Jul 30, 2009, at 9:09 , Radek Novotný wrote:
Is there possible to create pg trigger that runs shell script?
[Please don't top post.]
Yes. You can use an untrusted language such as pl/perlu to run system
commands.
Michael Glaesemann
grzm seespotcode net
--
Sent via pgsql-general m
On Thu, Jul 30, 2009 at 03:09:12PM +0200, Radek Novotnnn wrote:
> Is there possible to create pg trigger that runs shell script?
Yes, pl/perl can do this.
--
Sam http://samason.me.uk/
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription
Is there possible to create pg trigger that runs shell script?
--
www.publicstream.cz - vytvořili jsme produkt pro živé přenosy (online
streaming)
a videoarchív ve formátu FLASH.
Bc. Radek Novotný
jednatel Mediawork group s.r.o.
tel.: +420 724 020 361
email: radek.novo...@mediawork.cz
http:/
Hello
Dne 29. červenec 2009 16:46 Radek Novotný
napsal(a):
> Hello,
> is there in the roadmap of postgre integration of fulltext searching in
> documents saved in blobs (bytea)?
>
What I know, no. PostgreSQL doesn't know about others binary formats,
so it cannot do it.
> For example linux antiw
On Wed, Jul 29, 2009 at 04:46:43PM +0200, Radek Novotnnn wrote:
> is there in the roadmap of postgre integration of fulltext searching in
> documents saved in blobs (bytea)?
Do you mean bytea or large-objects?
> Would be very very nice (postgre users can be proud to be first) to save
> document
Hello,
is there in the roadmap of postgre integration of fulltext searching in
documents saved in blobs (bytea)?
For example linux antiword can export fine text output that can be inserted
into
varchar field.
Would be very very nice (postgre users can be proud to be first) to save
documents i