Re: [pgsql-www] missing 8.1.2 release notes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [pgsql-www] missing 8.1.2 release notes
Дата
Msg-id 200602142131.22372.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: [pgsql-www] missing 8.1.2 release notes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
Tom Lane wrote:
> I've been annoyed before that we can't publish a stable URL for a
> given release's notes until it's been superseded.  CC'ing pgsql-docs
> to see if anyone has an idea how to get the front release's notes
> into a sub-page...

This is easy to do, but then it will affect all chapters.  Try to the
following patch, and if you like the format we can put it in place.

--- ../../../../cvs-pgsql/doc/src/sgml/stylesheet.dsl   2005-10-13 22:10:03.000000000 +0200
+++ stylesheet.dsl      2006-02-14 21:28:14.000000000 +0100
@@ -180,6 +180,9 @@
 (define %body-attr%             '())
 (define ($generate-book-lot-list$) '())

+;; Do not combine first section into chapter chunk.
+(define (chunk-skip-first-element-list) '())
+
 ;; Returns the depth of auto TOC that should be made at the nd-level
 (define (toc-depth nd)
   (cond ((string=? (gi nd) (normalize "book")) 2)

В списке pgsql-docs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-www] missing 8.1.2 release notes
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [HACKERS] Config file for psql