Anonymous

Changes

PostgreSQL

109 bytes added, 13:57, 29 October 2018
CREATEDB
createdb -h 127.0.0.1 -U elugy -W -O elugy testdb
createdb --host 127.0.0.1 --username elugy --password --owner elugy testdb
</pre>
 
Vagy PSQL paranccsal való csatlakozás után a konzolon:
 
<pre>
create database testdb owner elugy;
</pre>