run postgresql with systemctl
sudo pacman -S postgresql
find version & build from source
| <!-- | |
| ~ Hibernate, Relational Persistence for Idiomatic Java | |
| ~ | |
| ~ License: GNU Lesser General Public License (LGPL), version 2.1 or later. | |
| ~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. | |
| --> | |
| <!DOCTYPE hibernate-configuration PUBLIC | |
| "-//Hibernate/Hibernate Configuration DTD 3.0//EN" | |
| "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> |
| " Use vim settings, rather then vi settings (much better!) | |
| " This must be first, because it changes other options as a side effect. | |
| set nocompatible | |
| set t_Co=256 " iTerm2 supports 256 color mode. | |
| set ai " auto indenting | |
| set history=100 " keep 100 lines of history | |
| set ruler " show the cursor position | |
| syntax on " syntax highlighting | |
| filetype plugin on " use the file type plugins |