Re: Small typo in func.sgml

2019-11-19 Thread Tatsuo Ishii
>> On 19 Nov 2019, at 14:20, Tatsuo Ishii wrote: > >> >> -Copies an existing logical replication slot name >> src_slot_name >> +Copies an existing logical replication slot named >> src_slot_name > > +1 Fix committed/pushed to master and REL_12_STABLE branches. Best re

Re: Small typo in func.sgml

2019-11-19 Thread Daniel Gustafsson
> On 19 Nov 2019, at 14:20, Tatsuo Ishii wrote: > > -Copies an existing logical replication slot name > src_slot_name > +Copies an existing logical replication slot named > src_slot_name +1 cheers ./daniel

Small typo in func.sgml

2019-11-19 Thread Tatsuo Ishii
There's a very small typo in func.sgml. Patch attached. Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 28eb322f3f..e8082c05c9 100644 --- a/do

Re: Small typo in func.sgml

2019-11-07 Thread Tom Lane
Tatsuo Ishii writes: > I thinkk a new line is needed after . > - JSON query functions and operators > + > + JSON query functions and operators It doesn't really make any difference, I believe. I agree it's neater with the newline, but I wouldn't bother changing it unless you're making some

Re: Small typo in func.sgml

2019-11-06 Thread Michael Paquier
On Thu, Nov 07, 2019 at 08:16:15AM +0900, Tatsuo Ishii wrote: > I think a new line is needed after . True that it is the usual pattern. -- Michael signature.asc Description: PGP signature

Small typo in func.sgml

2019-11-06 Thread Tatsuo Ishii
I thinkk a new line is needed after . Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 28eb322f3f..6d82c9f0bd 100644 --- a/doc/src/sgml/func.sgml +++ b