Anonymous

Changes

PostgreSQL

75 bytes added, 13:53, 29 October 2018
CREATEDB
<pre>
createdb -h 127.0.0.1 -U elugy -W -o O elugy testdbcreatedb --host 127.0.0.1 --username elugy --password --owner elugy testdb
</pre>