Re: [GENERAL] Problem of installation on Mac

2007-10-20 Thread Shane Ambler
[EMAIL PROTECTED] wrote: If I understand correctly, the user "pgsql", besides having its own file system not related to others, is the administrator of the postgresql db administrator. Only "pgsql" can modify the db, but the other users can query the db but not modify it. Am I rigth? What I sho

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread brian
Michael Glaesemann wrote: On Oct 19, 2007, at 13:50 , brian wrote: Michael Glaesemann wrote: On Oct 20, 2000, at 13:05 , Martin Gainty wrote: Martin, it continues to amaze me how you're able to predict and contribute to the discussion 7 years in advance! Michael Glaesemann grzm seespotco

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread Scott Marlowe
On 10/19/07, Michael Glaesemann <[EMAIL PROTECTED]> wrote: > > On Oct 19, 2007, at 13:50 , brian wrote: > > > Michael Glaesemann wrote: > >> On Oct 20, 2000, at 13:05 , Martin Gainty wrote: > >> Martin, it continues to amaze me how you're able to predict and > >> contribute to the discussion 7 year

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread Michael Glaesemann
On Oct 19, 2007, at 13:50 , brian wrote: Michael Glaesemann wrote: On Oct 20, 2000, at 13:05 , Martin Gainty wrote: Martin, it continues to amaze me how you're able to predict and contribute to the discussion 7 years in advance! Michael Glaesemann grzm seespotcode net But temporal causal

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread brian
Michael Glaesemann wrote: On Oct 20, 2000, at 13:05 , Martin Gainty wrote: Martin, it continues to amaze me how you're able to predict and contribute to the discussion 7 years in advance! Michael Glaesemann grzm seespotcode net But temporal causality is preserved, as we only get to see h

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread Michael Glaesemann
On Oct 20, 2000, at 13:05 , Martin Gainty wrote: Martin, it continues to amaze me how you're able to predict and contribute to the discussion 7 years in advance! Michael Glaesemann grzm seespotcode net ---(end of broadcast)--- TIP 9: In vers

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread Martin Gainty
October 19, 2007 12:19 PM Subject: Re: [GENERAL] Problem of installation on Mac If I understand correctly, the user "pgsql", besides having its own file system not related to others, is the administrator of the postgresql db administrator. Only "pgsql" can modify the d

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread Lizhe . Xu
do, if other users need to update the db. Thank you very much. Shane Ambler <[EMAIL PROTECTED]> 10/19/2007 12:08 PM To [EMAIL PROTECTED] cc pgsql-general@postgresql.org Subject Re: [GENERAL] Problem of installation on Mac [EMAIL PROTECTED] wrote: > Thank you very much Shane.

Re: [GENERAL] Problem of installation on Mac

2007-10-19 Thread Shane Ambler
ROTECTED] cc pgsql-general@postgresql.org Subject Re: [GENERAL] Problem of installation on Mac [EMAIL PROTECTED] wrote: Hi, I am a newbie for pgsql and tried to install it on my MacBookPro Intel. I got everything correct until creating the user: postgres and initdb, then the error message show

Re: [GENERAL] Problem of installation on Mac

2007-10-18 Thread Lizhe . Xu
ase under my user account? Shane Ambler <[EMAIL PROTECTED]> 10/18/2007 01:27 PM To [EMAIL PROTECTED] cc pgsql-general@postgresql.org Subject Re: [GENERAL] Problem of installation on Mac [EMAIL PROTECTED] wrote: > Hi, I am a newbie for pgsql and tried to install it on my MacBookPro

Re: [GENERAL] Problem of installation on Mac

2007-10-18 Thread Shane Ambler
[EMAIL PROTECTED] wrote: Hi, I am a newbie for pgsql and tried to install it on my MacBookPro Intel. I got everything correct until creating the user: postgres and initdb, then the error message showed up for running the db. How to fix the problem? LizheXusComputer:/Users/lizhexu pgsql$ /usr/

Re: [GENERAL] Problem of installation on Mac

2007-10-18 Thread Gavin M. Roy
I just install it as my own user on my laptop... I usually do something like ./configure --prefix=/Users/myaccount/pgsql make && make install then cd ~/ pgsql/bin/initdb -D /Users/myaccount/pgsql/data pgsql/bin/pg_ctl _D /Users/myaccount/pgsql/data start and I'm off to the races ;-) Good luck!

[GENERAL] Problem of installation on Mac

2007-10-18 Thread Lizhe . Xu
Hi, I am a newbie for pgsql and tried to install it on my MacBookPro Intel. I got everything correct until creating the user: postgres and initdb, then the error message showed up for running the db. How to fix the problem? LizheXusComputer:/Users/lizhexu pgsql$ /usr/local/pgsql/bin/postgres -