현재 패키지 PostgreSQL 버전 확인
apt show postgresql
postgresql 상태 확인
service postgresql status
postgresql 재시작
/etc/init.d/postgresql restart
netstat -nr
var/lib/postgresql/VERISON/main
var/lib/postgresql/10/main
반응형
'프로그래밍 언어 > DB' 카테고리의 다른 글
[SQL] :: - double colon (범위 결정 연산자) (0) | 2021.07.20 |
---|---|
[SQL] row number (0) | 2021.07.19 |
Postgresql에서 5432 port가 열려있냐는 문제(Ubuntu 기준) (0) | 2021.06.30 |
서버에서 postgresql 접속 및 데이터베이스, 스키마, 테이블 조회 (0) | 2021.06.18 |
postgresql - relation "hibernate_sequence" does not exist (0) | 2021.05.14 |