Re: fixes for typos and tags in REL_12_STABLE

2019-09-12 Thread Alvaro Herrera
On 2019-Sep-12, Alexander Korotkov wrote: > On Thu, Sep 12, 2019 at 4:58 PM Liudmila Mantrova > wrote: > > Please consider these small patches for REL_12_STABLE that mainly fix > > remaining typos and some tagging issues. The jsonpath-related one also > > improves some wordings, e.g. there see

fixes for typos and tags in REL_12_STABLE

2019-09-12 Thread Liudmila Mantrova
Hi, Please consider these small patches for REL_12_STABLE that mainly fix remaining typos and some tagging issues. The jsonpath-related one also improves some wordings, e.g. there seems to be no need to separate Boolean operators with spaces in path definitions. -- Best regards, Liudmila Mantrov

Re: fixes for typos and tags in REL_12_STABLE

2019-09-12 Thread Alexander Korotkov
On Thu, Sep 12, 2019 at 4:58 PM Liudmila Mantrova wrote: > Please consider these small patches for REL_12_STABLE that mainly fix > remaining typos and some tagging issues. The jsonpath-related one also > improves some wordings, e.g. there seems to be no need to separate Boolean > operators with

query sent to dblink_send_query and close the connection

2019-09-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/contrib-dblink-disconnect.html Description: I have a function which takes one hour to complete execution. When I submit that function to dblink_send_query, and just after 1 minute I close