https://git.io/vV0xB
Gist shortlink:https://community.c9.io/t/setting-up-postgresql/1573
Official Living Doc for Postgres in C9:@mikeumus' Postgres in Cloud9 Notes:
- http://stackoverflow.com/questions/28177912/postgres-database-setup-on-cloud9-asks-for-sudo-password
- http://stackoverflow.com/questions/11919391/postgresql-error-fatal-role-username-does-not-exist
$ sudo -u postgres -i
orsudo sudo -u postgres psql
<-- use this one in C9$ sudo -s
thensudo -u postgres psql
orsudo su - postgres
$ createuser -d -P -s starseed