Re: Where is PLbash ??

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Where is PLbash ??
Дата
Msg-id 3D18D866.81A18904@Yahoo.com
обсуждение исходный текст
Ответ на Re: Where is PLbash ??  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Where is PLbash ??  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-interfaces
Steve Howe wrote:
> 
> Hello Bruce,
> 
> Tuesday, June 25, 2002, 2:54:06 PM, you wrote:
> 
> BM> Well, sending an email is something only PL/sh can do.  I don't see the
> Pl/Python, or PL/Perl can do it easily too (even without opening
> external processes I mean). PL/TCL certainly should do it too.
> 

Well, PL/TclU can do
   set sm [socket localhost smtp]   puts $sm "HELO PostgreSQL"   ...   close $sm

Underneath eMail is still a telnet style protocol and well documented
too. Noone needs a damned shell with all it's portability and security
problems to generate a simple eMail notification.


Jan

-- 

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Where is PLbash ??
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Where is PLbash ??