Probably some fixes in syntax.sgml - Mailing list pgsql-docs

From Виктор Вислобоков
Subject Probably some fixes in syntax.sgml
Date
Msg-id 1f60b6160811160242i29a329a9x8f0332dd26496caf@mail.gmail.com
Whole thread Raw
Responses Re: Probably some fixes in syntax.sgml
List pgsql-docs
Hello, All.

In syntax.sgml at line 131:

...
   <para>
    <indexterm><primary>identifier</primary><secondary>length</secondary></indexterm>
    The system uses no more than <symbol>NAMEDATALEN</symbol>-1
    bytes of an identifier; longer names can be written in
....

probably must be:
...
<indexterm>
  <primary>identifier</primary>
  <secondary>length</secondary>
</indexterm>

 <para>
    The system uses no more than <symbol>NAMEDATALEN</symbol>-1
    bytes of an identifier; longer names can be written in
...

What you think?

pgsql-docs by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: New XML-based man page build
Next
From: Tom Lane
Date:
Subject: Re: Probably some fixes in syntax.sgml