일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
- Oracle install
- VirtualBox
- svn 특정 리비전 사이 추출
- NEXUS
- expected at least 1 bean which qualifies as autowire candidate
- svn update
- docker 폐쇄망
- javax.servlet.GenericFilter
- svn load
- 포스트그레스 설치
- grep
- svn commit
- svn 사용법
- svn
- postgres install
- apt-get update 오류
- Failed to download metadata for repo 'appstream'
- Store password unencrypted
- svn 변경된 파일 추출
- WH question
- ant
- mysql dml
- Remmina
- xrdp
- svn dump
- taskkill
- docker oracle12c
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- svn log
Archives
- Today
- Total
기억의 습작
postgres install in Ubuntu 본문
Postgres DB를 우분투에 설치 및 기본적인 사용방법을 기술한다.
설치
# apt-get install postgresql postgresql-contrib -y |
접속방법
# su - postgres postgres@4f744418d327:~$ psql psql (9.3.20) Type "help" for help. |
계정 생성
$ create user {your-account}; |
패스워드 변경
postgres=# alter user postgres with password '{your-password}'; |
나머지 설정 참고는 centos 설치를 참조
728x90
반응형
LIST
'DB > postgres' 카테고리의 다른 글
Postgresql 쿼리 예제 (0) | 2021.08.29 |
---|---|
Postgres install in centOs (0) | 2021.08.29 |
Postgres DB Eclipse에 연결 (0) | 2021.08.29 |