This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
DricomDragon
/
PythonPostgresLab
同期ミラー
https://github.com/DricomDragon/PythonPostgresLab.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
861878cdd5
ブランチ
タグ
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';