Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- centos
- nohup
- rethinkdb
- GoCD
- postgresql
- 28015
- insert
- ubuntu
- mysql
- appium server
- Materials
- STF
- nGrinder
- openpyxl
- create table
- ssh
- perfect
- appium
- port forwarding
- 실행권한
- nmap
- Jupyter
- SWIFT
- STF_PortForwarding
- postgres
- sshpass
- ftp
- Jupyter Notebook
- PYTHON
- kitura
Archives
- Today
- Total
목록Postgre (1)
don't stop believing
Ubuntu에 PostgreSQL 설치하고 기본 명령 살펴보기
Ubuntu에 PostgreSQL 설치하고 기본명령(Select, Insert Update, Delete)를 살펴봅시다. 먼저 apt-get을 업데이트 해줍니다. 그리고 postgresql을 설치 합니다. $ sudo apt-get update $ sudo apt-get install postgresql postgresql-contrib postgresql을 설치하면 postgres라는 계정이 생성된다. postgres 계정으로 변경해 보자. postgres 계정은 postgresql을 관리하는 계정이다. $ sudo -i -u postgres postgres 계정으로 변경 후 postgresql로 들어가보자. 명령은 psql이다. $ psql psql (9.3.18) Type "help" for hel..
Database/PostgreSQL
2017. 9. 14. 13:54