postgresql를 설치했으니 이제 사용해봐야겠죠? 명령어로 사용하는 방법도 있고 툴을 이용할 수도 있습니다. poastgreql 자체 client 툴인 pgAdmin 설치도 같이 해보겠습니다.
명령어를 이용한 사용법 postgresql 명령창으로 들어오기 - postgres 계정에서 psql 명령어 사용 [root@dbadd ~]# su - postgres [postgres@dbadd ~]$ psql psql: /lib64/libpq.so.5: no version information available (required by psql) psql: /lib64/libpq.so.5: no version information available (required by psql) psql (10.19) Type "help" for help. postgres=# 사용자 생성하기 - id : HONG / password : HONG123 postgres=# CREATE USER HONG ...
#
client툴
#
create
#
grant
#
pgadmin
#
postgre
#
postgresql
#
user
#
어드민
#
포스트그레
원문 링크 : [설치] postgresql 사용 + pgAdmin 설치