uncommon syntax in datatype.sgml

Started by Liudmila Mantrovaalmost 8 years ago3 messagesdocs
Jump to latest
#1Liudmila Mantrova
l.mantrova@postgrespro.ru

Hi,

I have noticed uncommon English syntax in datatype.sgml, with two full
sentences following a colon in the same paragraph. I was inclined to
convert these sentences into a list, but this markup seems unpopular in
PostgreSQL docs for some reason. Please consider a less invasive patch
(attached) that fixes the issue.

--
Liudmila Mantrova
Technical writer at Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachments:

syntax-fix-in-datatype.patchtext/x-patch; name=syntax-fix-in-datatype.patchDownload+1-1
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Liudmila Mantrova (#1)
Re: uncommon syntax in datatype.sgml

On 16.07.18 20:42, Liudmila Mantrova wrote:

I have noticed uncommon English syntax in datatype.sgml, with two full
sentences following a colon in the same paragraph.

I don't understand what's wrong with that.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

#3Liudmila Mantrova
l.mantrova@postgrespro.ru
In reply to: Peter Eisentraut (#2)
Re: uncommon syntax in datatype.sgml

On 07/17/2018 01:52 PM, Peter Eisentraut wrote:

On 16.07.18 20:42, Liudmila Mantrova wrote:

I have noticed uncommon English syntax in datatype.sgml, with two full
sentences following a colon in the same paragraph.

I don't understand what's wrong with that.

Hi Peter,

I have brought this up because the backpatch to REL9_6_STABLE and below
has lost the capital letter after the colon (commit 037768cf), so I
think this phrase is likely to confuse others in a similar way.

The current syntax in master is indeed acceptable, e.g. Chicago Manual
of Style says:
"The colon may sometimes be used instead of a period to introduce a
series of related sentences." However, this wording suggests to me that
it's not the most common usage, so it can confuse non-native speakers
(like me).

Alternatively, we could fix the backpatch only. The patch based on
REL9_6_STABLE is attached if you decide to choose this path.

--
Liudmila Mantrova
Technical writer at Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachments:

syntax-fix-in-datatype-9-6.patchtext/x-patch; name=syntax-fix-in-datatype-9-6.patchDownload+1-1