This website works better with JavaScript
홈
탐색
도움말
로그인
DricomDragon
/
PythonPostgresLab
의 미러
https://github.com/DricomDragon/PythonPostgresLab.git
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
d5c8cb46f0
브랜치
태그
master
plpgsql
PythonPostgr...
/
SQL
/
create_user.sql
create_user.sql
109 B
히스토리
Raw
1
2
3
4
CREATE
USER
python_app
WITH
NOCREATEDB NOCREATEROLE NOSUPERUSER
PASSWORD
'blablapoivron'
;