This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
DricomDragon
/
PythonPostgresLab
mirror of
https://github.com/DricomDragon/PythonPostgresLab.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
861878cdd5
Branches
Tags
master
plpgsql
PythonPostgr...
/
SQL
/
create_user.sql
create_user.sql
109 B
Lịch sử
Raw
1
2
3
4
CREATE
USER python_app
WITH NOCREATEDB NOCREATEROLE NOSUPERUSER
PASSWORD 'blablapoivron';