Re: [PATCH] SQL function to report log message - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [PATCH] SQL function to report log message
Date
Msg-id CAFj8pRA9JqwZSm15YfB-qW-oT_WQQQLTwZ0gd0_MR=0eFq4F4w@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] SQL function to report log message  (dinesh kumar <dineshkumar02@gmail.com>)
Responses Re: [PATCH] SQL function to report log message  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Hi

I am sending little bit modified version.

1. sqlstate should be text, not boolean - a boolean is pretty useless
3. fixed formatting and code style
 
Questions:

I dislike the using empty message when message parameter is null. We have to show some text or we have to disallow it?

Regards

Pavel

 

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Using quicksort for every external sort run
Next
From: Tomas Vondra
Date:
Subject: Re: Multi-column distinctness.