Query-Sending mail from PostgresSQL

Поиск
Список
Период
Сортировка
От Ramesh Rajamanickam
Тема Query-Sending mail from PostgresSQL
Дата
Msg-id CAP117R2ToWZiOszh6uUNnQffV_2N7VFVyVEx7FY=jnoB+3dEQw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Query-Sending mail from PostgresSQL
Re: Query-Sending mail from PostgresSQL
Список pgsql-bugs
Hi,

We are using Postgres. Doing migration from Oracle to Postgres SQL. Now we
wanted to migrate the Sending mail operation as in oracle. Searched the
help couldn't able to find the solution.  Below is the oracle statement
used.

UTL_MAIL.send(
                sender     =>  EMAIL_DIST,
                recipients =>  EMAIL_DIST,
                cc         =>  EMAIL_DIST,
                bcc        =>  EMAIL_DIST,
                subject    =>  Load_Name ,
                message    =>  emesg
                );

Please give your suggestion how we can migrate the above statement to
Postgres.

Thanks
Ramesh Rajamanickam

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

Предыдущее
От: "Shulgin, Oleksandr"
Дата:
Сообщение: Re: BUG #13985: Segmentation fault on PREPARE TRANSACTION
Следующее
От: syspegasus@gmail.com
Дата:
Сообщение: BUG #13990: Postgres shutting down automatically