Re: running postgresql

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: <post(at)upyours(dot)us>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: running postgresql
Date: 2007-11-05 19:39:17
Message-ID: C354CD85.84CF7%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Well it defaults to mapping to the current user, so you would have wanted:

psql -U myuser mydb

Or just create a postgres user named dagon and create the db as owned by
that user. Or su myuser before running psql...

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 722-0567 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2007-11-05 19:51:04 Re: running postgresql
Previous Message Keaton Adams 2007-11-05 19:32:04 Is there a way to tell how far along a COPY is in the process?