Re: [PATCH] SQL function to report log message

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] SQL function to report log message
Дата
Msg-id 56493672.2050802@gmx.net
обсуждение исходный текст
Ответ на Re: [PATCH] SQL function to report log message  (dinesh kumar <dineshkumar02@gmail.com>)
Ответы Re: [PATCH] SQL function to report log message
Re: [PATCH] SQL function to report log message
Список pgsql-hackers
On 10/22/15 3:20 AM, dinesh kumar wrote:
> +      <row>
> +       <entry>
> +        <literal><function>pg_report_log(<parameter>loglevel</><type>text</>, <parameter>message</>
<type>anyelement</>[,<parameter>ishidestmt</> <type>boolean</> ] [, <parameter>detail</> <type> text</>] [,
<parameter>hint</><type>text</>] [, <parameter>sqlstate</> <type>text</>])</function></literal>
 
> +       </entry>
> +       <entry><type>void</type></entry>
> +       <entry>
> +        Report message or error.
> +       </entry>
> +      </row>

I haven't seen this discussed before, but I don't find the name
pg_report_log particularly good.  Why not jut pg_log?





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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: psql: add \pset true/false
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pglogical_output - a general purpose logical decoding output plugin