Inštalácia
...
CentOS
...
:
Pre inštaláciu PostgreSQL server spustite:
Blok kódu language bash sudo yum install postgresql-server postgresql-contrib
Pre inicializáciu databázy spustite:
Blok kódu language bash sudo postgresql-setup initdb
Pre naštartovanie PostgreSQL spustite:
Blok kódu language bash sudo systemctl start postgresql
Zapnite automatické štartovanie PostgreSQL po štarte OS:
Blok kódu language bash sudo systemctl enable postgresqlPre inštaláciu PostgreSQL ODBC drivera spustite:
Blok kódu language bash sudo yum install postgresql-odbc
Inštalácia Ubuntu:
- Pre inštaláciu PostgreSQL server spustite:
sudo apt install postgresqlsudo apt install unixodbc odbcinst odbc-postgresql