Setup Postgresql On Ubuntu

Posted By Weston Ganger

<p>First get latest postgresql info and install</p>

sudo -u postgres createdb $USER

<p>Now you can connect to the database using just "psql" instead of having to type "psql postgres"</p>

Related External Links:

Article Topic:Software Development - Linux

Date:April 26, 2014