Anonymous

Changes

PostgreSQL

24 bytes added, 14:23, 29 October 2018
pg_dump
<pre>
pg_dump -b -d elugy_portal -h 127.0.0.1 -U elugy -W> elugy.sqlpg_dump --blobs --dbname elugy_portal --host 127.0.0.1 --username elugy --password> elugy.sql
</pre>