Probably some fixes in syntax.sgml

From: Виктор Вислобоков <corochoone(at)gmail(dot)com>
To: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Probably some fixes in syntax.sgml
Date: 2008-11-16 10:42:26
Message-ID: 1f60b6160811160242i29a329a9x8f0332dd26496caf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2008-11-16 16:35:37 Re: Probably some fixes in syntax.sgml
Previous Message Devrim GÜNDÜZ 2008-11-10 17:10:34 Re: New XML-based man page build