This website works better with JavaScript
Home
Explore
Help
Sign In
DricomDragon
/
PythonPostgresLab
mirror of
https://github.com/DricomDragon/PythonPostgresLab.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
plpgsql
Branches
Tags
master
plpgsql
PythonPostgr...
/
SQL
/
create_user.sql
create_user.sql
109 B
Permalink
History
Raw
1
2
3
4
CREATE
USER python_app
WITH NOCREATEDB NOCREATEROLE NOSUPERUSER
PASSWORD 'blablapoivron';