forked from le0pard/postgresql_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
postgresql.tex
78 lines (70 loc) · 1.89 KB
/
postgresql.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
\documentclass[a4paper,12pt,oneside]{memoir}
\usepackage{postgresql}
\graphicspath{{images/}{schemes/}{software/}}
\input{titlepages}
\input{variables}
\begin{document}
\pagestyle{empty}
%\titleGM
\titleTMB
\clearpage
\input{postgresql_title}
\setcounter{page}{3}
\pagestyle{myindex}
%\chapterstyle{bianchi}
\chapterstyle{ell}
%\chapterstyle{ger}
%\chapterstyle{madsen}
%\chapterstyle{veelo}
\setcounter{tocdepth}{2}% subsections and above
\tableofcontents
\input{postgresql_introduction}
%performance begin
\input{postgresql_performance_begin}
\input{postgresql_performance_settings}
\input{postgresql_performance_hard_disk}
\input{postgresql_performance_settings_sample}
\input{postgresql_performance_db_end}
%performance end
%postgresql partitioning
\input{postgresql_partitioning}
%postgresql partitioning
%replication begin
\input{postgresql_replication_begin}
\input{postgresql_replication_slony}
\input{postgresql_replication_londiste}
\input{postgresql_replication_streaming}
\input{postgresql_replication_bucardo}
\input{postgresql_replication_rubyrep}
\input{postgresql_replication_end}
%replication end
%clustering begin
\input{postgresql_clustering_begin}
\input{postgresql_clustering_plproxy}
\input{postgresql_clustering_hadoopdb}
\input{postgresql_clustering_end}
%clustering end
%pgpool begin
\input{postgresql_pgpool}
%pgpool end
%connection pooling begin
\input{postgresql_connection_pooling}
%connection pooling end
%postgresql cache begin
\input{postgresql_cache}
%postgresql cache end
%postgresql extensions begin
\input{postgresql_extensions}
%postgresql extensions end
%postgresql backup begin
\input{postgresql_backup_and_restore}
%postgresql backup end
%postgresql strategy begin
\input{postgresql_strategy}
\input{postgresql_strategy_read}
\input{postgresql_strategy_write}
%postgresql strategy end
%postgresql snippets begin
\input{postgresql_snippets}
%postgresql snippets end
\end{document}