public inbox for [email protected]  
help / color / mirror / Atom feed
Probably some fixes in syntax.sgml
2+ messages / 2 participants
[nested] [flat]

* Probably some fixes in syntax.sgml
@ 2008-11-16 10:42  =?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?= <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: =?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?= @ 2008-11-16 10:42 UTC (permalink / raw)
  To: 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?



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Probably some fixes in syntax.sgml
@ 2008-11-16 16:35  Tom Lane <[email protected]>
  parent: =?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?= <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tom Lane @ 2008-11-16 16:35 UTC (permalink / raw)
  To: =?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?= <[email protected]>; +Cc: pgsql-docs

"=?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?=" <[email protected]> writes:
> 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?

AFAICS it's fine as-is.

			regards, tom lane




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2008-11-16 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-11-16 10:42 Probably some fixes in syntax.sgml =?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?= <[email protected]>
2008-11-16 16:35 ` Tom Lane <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox