Re: Code of Conduct plan

2018-06-03 Thread Berend Tober
Tom Lane wrote: Two years ago, there was considerable discussion about creating a Code of Conduct for the Postgres community... We are now asking for a final round of community comments... I really like that this was included: "Any allegations that prove not to be substantiated...will be view

Per-document document statistics

2018-05-22 Thread Berend Tober
I'm trying to figure out how to compile text search statistics on a per-document basis. While I successfully compute text search statistics for the entire corpus with a call to ts_stat after having inserted all documents, what I also want is to run ts_stat on the tsvector for each row so as to

Re: When use triggers?

2018-05-18 Thread Berend Tober
Michael Stephenson wrote: On Wed, May 16, 2018 at 6:36 PM, Adrian Klaver wrote: On 05/16/2018 03:19 PM, hmidi slim wrote: HI, I'm working on a microservice application and I avoid using triggers because they will not be easy to maintain and need an experimented person in database administrat