Обсуждение: Section numbering

Поиск
Список
Период
Сортировка

Section numbering

От
Peter Eisentraut
Дата:
Does anyone mind if I turn on section numbering?  I.e., instead of

9. Multi-Version Concurrency Control
      Introduction
      Transaction Isolation
      Read Committed Isolation Level
      Serializable Isolation Level
      Data consistency checks at the application level
      Locking and Tables
            Table-level locks
            Row-level locks
      Locking and Indices

We'd have

9. Multi-Version Concurrency Control
      9.1 Introduction
      9.2 Transaction Isolation
      9.3 Read Committed Isolation Level
      9.4 Serializable Isolation Level
      9.5 Data consistency checks at the application level
      9.6 Locking and Tables
            9.6.1 Table-level locks
            9.6.2 Row-level locks
      9.7 Locking and Indices

This makes for easier reference, and the cross-reference links look a lot
less tacky (no longer "see the section called "Locking and Indices").

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


Re: Section numbering

От
Bruce Momjian
Дата:
Numbers Look good to me.


> Does anyone mind if I turn on section numbering?  I.e., instead of
>
> 9. Multi-Version Concurrency Control
>       Introduction
>       Transaction Isolation
>       Read Committed Isolation Level
>       Serializable Isolation Level
>       Data consistency checks at the application level
>       Locking and Tables
>             Table-level locks
>             Row-level locks
>       Locking and Indices
>
> We'd have
>
> 9. Multi-Version Concurrency Control
>       9.1 Introduction
>       9.2 Transaction Isolation
>       9.3 Read Committed Isolation Level
>       9.4 Serializable Isolation Level
>       9.5 Data consistency checks at the application level
>       9.6 Locking and Tables
>             9.6.1 Table-level locks
>             9.6.2 Row-level locks
>       9.7 Locking and Indices
>
> This makes for easier reference, and the cross-reference links look a lot
> less tacky (no longer "see the section called "Locking and Indices").
>
> --
> Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/
>
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Re: Section numbering

От
Thomas Lockhart
Дата:
> Does anyone mind if I turn on section numbering?  I.e., instead of

Let's try it. Not sure what that does when trying to regenerate ToC for
hardcopy, but we'll see...

                  - Thomas