Re: [ADMIN] Embedded App and User Authentication

2006-08-31 Thread Jeffrey J. Early
on 8/31/06 12:53 PM, Tom Lane at [EMAIL PROTECTED] wrote: > "Jeffrey J. Early" <[EMAIL PROTECTED]> writes: >> It turns out the problem is with launching postmaster via pg_ctl -- in fact, >> pg_ctl seems to do this user authentication test, but postmaster doesn&#x

Re: [ADMIN] Embedded App and User Authentication

2006-08-31 Thread Jeffrey J. Early
nitdb without specifying a user name > (and thus it defaults to the current user). Have you tried running > initdb (and connecting with) a single user name, e.g. postgres? > > I'm not sure if it will work, but maybe worth a shot. > > On Aug 31, 2006, at 12:38 PM, Jeffrey J. E

Re: [ADMIN] Embedded App and User Authentication

2006-08-31 Thread Jeffrey J. Early
on 8/31/06 7:26 AM, Tom Lane at [EMAIL PROTECTED] wrote: > "Jeffrey J. Early" <[EMAIL PROTECTED]> writes: >> I have an embedded application on MacOS X that bundles the postgresql apps >> and a database cluster with the OSX application, but am running into >&g

[ADMIN] Embedded App and User Authentication

2006-08-30 Thread Jeffrey J. Early
I have an embedded application on MacOS X that bundles the postgresql apps and a database cluster with the OSX application, but am running into troubles when trying to launch the application under different usernames. In particular, if I create a database with 'initdb' under a username user1, I ca