From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Виктор Вислобоков <corochoone(at)gmail(dot)com> |
Cc: | PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: Probably some fixes in syntax.sgml |
Date: | 2008-11-16 16:35:37 |
Message-ID: | 274.1226853337@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
"=?KOI8-R?B?98nL1M/SIPfJ08zPws/Lz9c=?=" <corochoone(at)gmail(dot)com> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2008-11-18 10:22:42 | Re: FAQ_Solaris 1.28 to spanish |
Previous Message | Виктор Вислобоков | 2008-11-16 10:42:26 | Probably some fixes in syntax.sgml |