#DB 생성
create database testDB with encoding 'unicode' LC_COLLATE 'C' LC_CTYPE 'C' template template0;
#DB Owner 변경
alter database testDB owner to testUser;
'Database > PostgreSQL' 카테고리의 다른 글
* No PostgreSQL clusters exist; see "man pg_createcluster" (0) | 2016.07.25 |
---|---|
psql: FATAL: Peer authentication failed for user (0) | 2016.06.27 |
postgresql user list (0) | 2016.06.27 |
PostgreSQL - Ubuntu Basic 설치 가정 (0) | 2014.09.02 |
PostgreSQL Table 전체 조회 (0) | 2013.03.25 |
댓글