-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetting_started.tex
More file actions
50 lines (40 loc) · 1015 Bytes
/
getting_started.tex
File metadata and controls
50 lines (40 loc) · 1015 Bytes
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
%-------------------------------------------------------
% LaTeX 101
% bold - \textbf{bold text}
% italic - \textit{italic text}
%
% bullet points:
% \begin{itemize}
% \item first point
% \item second point
% \end{itemize}
%
% Code listings
% \begin{lstlisting}[language=sql]
% SELECT * FROM metadata
% \end{lstlisting}
% you can also change the language to Python or R
%
%-------------------------------------------------------
\section{Getting Started}
\subsection{Installing PostgreSQL}
PostgreSQL is available on all major operating system:
\begin{itemize}
\item Windows
\item MacOS
\item Linux
\end{itemize}
On Windows there are also binary installers available. That's quite helpful.
On Linux PostgreSQL is in the package repositories and can just be installed.
\subsection{Managing PostgreSQL}
\begin{itemize}
\item
\end{itemize}
\subsection{Cloud Deployments}
\begin{itemize}
\item
\end{itemize}
\subsection{Other RDBMS Systems}
\begin{itemize}
\item
\end{itemize}