티스토리 뷰
console 접속 명령
# su - postgres
# psql
# show a list of databases
# show users
# show all tables (including system tables)
# show tables in the current context (database/schema)
# change current database
# show all schemas in the current database
# Grant permissions on a schema to a user
# show help
# copy a table to a tab delimeted file
# load a table from a tab delimeted file
# show permissions on database objects
r — SELECT (“read”)
w — UPDATE (“write”)
a — INSERT (“append”)
d — DELETE
R — RULE
x — REFERENCES (foreign keys)
t — TRIGGER
X — EXECUTE
U — USAGE
C — CREATE
T — TEMPORARY
arwdRxt — ALL PRIVILEGES (for tables)
* — grant option for preceding privilege
/yyyy — user who granted this privilege
# Run the vacuum utility
'Developer' 카테고리의 다른 글
like문 작성법 (0) | 2012.10.10 |
---|---|
[ expect ] telnet, ssh 자동화 script (0) | 2012.10.09 |
maven + spring framework 연동하기 (0) | 2012.10.04 |
[ Perl ] FTP Upload (0) | 2012.09.28 |
Heuristic (0) | 2012.09.25 |
- Total
- Today
- Yesterday
- 여행
- nodejs
- 조동사
- mongoDB
- memcached
- AWS
- JBOSS
- it
- 영작
- 가정법
- 스페인 여행
- 도덕경
- hadoop
- Business English
- 베트남
- Python
- 비지니스 영어
- hdfs
- 대명사 구문
- 비교구문
- PostgreSQL
- 해외여행
- maven
- 다낭
- 영문법
- redis
- NGINX
- ubuntu
- Python Django
- k8s
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |