소프트웨어 설치 ubuntudebian beginner

PostgreSQL 설치

PostgreSQL 데이터베이스 서버 설치

Overview

PostgreSQL 데이터베이스 서버 설치

Commands

PostgreSQL을 설치합니다. 계속할까요?

sudo apt-get update
sudo apt-get install -y postgresql postgresql-contrib
sudo systemctl enable --now postgresql