Re: How to process mail using pgSQL?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: How to process mail using pgSQL?
Дата
Msg-id Pine.LNX.4.44.0306192010000.25052-100000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответ на Re: How to process mail using pgSQL?  (Jonathan Bartlett <johnnyb@eskimo.com>)
Ответы Re: How to process mail using pgSQL?  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
Hello

you have to find xp_sendmail.

PS


xp_sendmail
Sends a message and a query result set attachment to the specified
recipients.

Syntax
xp_sendmail {[@recipients =] 'recipients [;...n]'}
    [,[@message =] 'message']
    [,[@query =] 'query']
    [,[@attachments =] 'attachments [;...n]']
    [,[@copy_recipients =] 'copy_recipients [;...n]'
    [,[@blind_copy_recipients =] 'blind_copy_recipients [;...n]'
    [,[@subject =] 'subject']
    [,[@type =] 'type']
    [,[@attach_results =] 'attach_value']
    [,[@no_output =] 'output_value']
    [,[@no_header =] 'header_value']
    [,[@width =] width]
    [,[@separator =] 'separator']
    [,[@echo_error =] 'echo_value']
    [,[@set_user =] 'user']
    [,[@dbuse =] 'database']




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A creepy story about dates. How to prevent it?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance differences using varchar, char and text