Re: [DOCS] Docbook 5.x

2017-11-15 Thread Alexander Lakhin
the title tag to sect4: -    - timestamp, date +    + timestamp, date I wonder, what were the reasons to set id for the title tag? Best regards, -- Alexander Lakhin Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: [DOCS] with

2017-10-25 Thread Alexander Lakhin
eet-html-common.xsl Nonertheless, it might be better solution as we can leave all the zone references intact and preserve the freedom to change our mind later. Best regards, -- Alexander Lakhin Postgres Professional: http://www.postgrespro.com The Russian Postgres Company diff --git a/doc/src/

Re: [DOCS] Duplicative index entries in v10/HEAD builds

2017-10-25 Thread Alexander Lakhin
cbook bug? I didn't report the issue to github.com/docbook as I have another PR hanging there from 2016-10-10. I think we have to find a solution on our side. -- Alexander Lakhin Postgres Professional: http://www.postgrespro.com The Russian Postgres Company -- Sent via pgsql-docs mailing

Re: [DOCS] backpatching documentation after conversion to XML

2017-10-22 Thread Alexander Lakhin
s where changes occured (sgml->xml conversion doesn't move the lines) and modify corresponding lines in sgml with the content modified for sgml ( changed to and so on.) I think this should work for 90% of cases. -- Alexander Lakhin Postgres Professional: http://www.postgrespro.com

Re: [DOCS] backpatching documentation after conversion to XML

2017-10-22 Thread Alexander Lakhin
perform some processing anyway. I can write such a script if it can be useful. Best regards, -- Alexander Lakhin Postgres Professional: http://www.postgrespro.com The Russian Postgres Company -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] list of credits for release notes

2017-10-03 Thread Alexander Lakhin
dinov-te-773112708320 (in Russian)) (He is registered as the CEO of "NewTradeCompany" and his e-mail (fte(at)nct(dot)ru) belongs to ntc.ru and consists of his initials.) The suggested fix is attached. -- Alexander Lakhin Postgres Professional: http://www.postgrespro.com The Russian Pos

Re: [DOCS] Docbook 5.x

2017-09-27 Thread Alexander Lakhin
27.09.2017 19:11, Alexander Lakhin wrote: In the interest of moving things along, I have committed my patch and will continue working on the rest of the patch set. Improvements are welcome and can be submitted separately, but I think it's hardly worth it because this stuff changes so r

Re: [DOCS] Docbook 5.x

2017-09-27 Thread Alexander Lakhin
Hello, 27.09.2017 18:38, Peter Eisentraut wrote: On 9/20/17 09:00, Alexander Lakhin wrote: I would like to place such alternate text in an attribute "standalonetext" or alike, but DocBook 4.x doesn't allow for extra attributes, so we need to choose from: http://tdg.docbook.

Re: [DOCS] Docbook 5.x

2017-09-20 Thread Alexander Lakhin
Hello Peter, 19.09.2017 23:05, Peter Eisentraut wrote: I would choose some standard way to have separate content in the same file, but if the overhead is not acceptable, and we're not going to extend the profiling usage, then we need to invent something that will complicate XML-related processing

Re: [DOCS] Docbook 5.x

2017-09-18 Thread Alexander Lakhin
Hello, 15.09.2017 21:54, Jürgen Purtz wrote: On 15.09.2017 19:32, Peter Eisentraut wrote: On 9/8/17 08:30, Alexander Lakhin wrote: I have started working through these patches now. I have committed the escaping of < and & and will work through the rest slowly, to minimize disruptions t

Re: [DOCS] Docbook 5.x

2017-09-08 Thread Alexander Lakhin
Hello, 06.09.2017 18:54, Peter Eisentraut wrote: I have started working through these patches now. I have committed the escaping of < and & and will work through the rest slowly, to minimize disruptions to other development. Great! I have rebased all the remaining patches and updated script

[DOCS] Errors in documentation

2017-08-23 Thread Alexander Lakhin
tions, please let me know. Best -- Alexander Lakhin Postgres Professional: http://www.postgrespro.com The Russian Postgres Company diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 6960032..dae6307 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src

[DOCS] Suspicious description of track_io_timing

2015-11-03 Thread Alexander Lakhin
Hello, There is the following sentence in description of the track_io_timing parameter: I/O timing information is displayed in linkend="pg-stat-database-view">, in the output of linkend="sql-explain"> when the BUFFERS option is used, and by . Is it correct? Shouldn't the TIMING option be me

Re: [DOCS] Moving documentation to XML

2015-10-30 Thread Alexander Lakhin
174.143.35.229] said: 550 Message headers fail syntax check (in reply to end of DATA command)) 28.10.2015 14:46, Guillaume Lelarge wrote: Le 26 oct. 2015 6:40 PM, "Alexander Lakhin" a écrit : > ... > To make sure that result of the transformation is the same, I'

Re: [DOCS] Moving documentation to XML

2015-10-26 Thread Alexander Lakhin
Hello, Peter. I've managed to speed up html generation from xml (make xslthtml) from 32 min. (in my environment) to 4 min. by modifying slowest XSL templates. All my modifications incorporated in a single file stylesheet-xhtml-speedup.xsl, which is included in stylesheet.xsl. I performed optim