This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
DricomDragon
/
PythonPostgresLab
peilaus alkaen
https://github.com/DricomDragon/PythonPostgresLab.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Branch:
master
Branchit
Tagit
master
plpgsql
PythonPostgr...
/
SQL
/
create_user.sql
create_user.sql
109 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
CREATE
USER python_app
WITH NOCREATEDB NOCREATEROLE NOSUPERUSER
PASSWORD 'blablapoivron';