Small typo in func.sgml

Started by Tatsuo Ishiiover 6 years ago3 messagesdocs
Jump to latest
#1Tatsuo Ishii
t-ishii@sra.co.jp

I thinkk a new line is needed after <para>.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

Attachments:

func.difftext/x-patch; charset=us-asciiDownload+2-1
#2Michael Paquier
michael@paquier.xyz
In reply to: Tatsuo Ishii (#1)
Re: Small typo in func.sgml

On Thu, Nov 07, 2019 at 08:16:15AM +0900, Tatsuo Ishii wrote:

I think a new line is needed after <para>.

True that it is the usual pattern.
--
Michael

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tatsuo Ishii (#1)
Re: Small typo in func.sgml

Tatsuo Ishii <ishii@sraoss.co.jp> writes:

I thinkk a new line is needed after <para>.

-  <para>JSON query functions and operators
+  <para>
+   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 other nearby change.

(There are actually instances of this in quite a few places in
our docs, if memory serves. I think somebody uses, or used,
an editor that tended to remove newlines in that context.)

regards, tom lane