[ADMIN] Re: [ADMIN] ▌►connecting to OS user in the same db

2011-04-06 Thread raghu ram
On Thu, Apr 7, 2011 at 8:42 AM, H S wrote: > Hi Sirs, > > I would like more than one OS user can access the same DB in the same > cluster. > > For a user like postgres I had these commands: > > # adduser postgres > # mkdir /usr/local/pgsql/data > # chown postgres /usr/local/pgsql/data > # su -pos

[ADMIN] ▌►connecting to OS user in the same db

2011-04-06 Thread H S
Hi Sirs, I would like more than one OS user can access the same DB in the same cluster. For a user like postgres I had these commands: # adduser postgres # mkdir /usr/local/pgsql/data # chown postgres /usr/local/pgsql/data # su -postgres $ ./initdb -D /usr/*/data  --> here login as an postgres

[ADMIN] sepgsql

2011-04-06 Thread H S
About sepgsql I have questioned : Q: Where I can find out or set the users level/label or clearance? A: You can see the result of sepgsql_getcon() to see the security label of user. But I did not understand where is sepgsql_getcon()and how could I access it. Pleas let me know. Sara

[ADMIN] forums.postgresql.com.au

2011-04-06 Thread Elliot Chance
Hi Everyone, It has been a long time since this was brought up. It's time. Any important concerns should be discussed at (to keep everyone looking at the same place): http://wiki.postgresql.org/wiki/Forums_at_postgresql.com.au But also keep general discussion on the mailing list. - The sc

[ADMIN] forums.postgresql.com.au

2011-04-06 Thread Elliot Chance
Hi Everyone, It has been a long time since this was brought up. It's time. Any important concerns should be discussed at (to keep everyone looking at the same place): http://wiki.postgresql.org/wiki/Forums_at_postgresql.com.au But also keep general discussion on the mailing list. - The sc

Re: [ADMIN] Fedora core 10: tcpip_socket = True

2011-04-06 Thread bilal ghayyad
You are right, it has been fixed. Thanks. Regards bilal --- On Wed, 4/6/11, Devrim GÜNDÜZ wrote: > From: Devrim GÜNDÜZ > Subject: Re: [ADMIN] Fedora core 10: tcpip_socket = True > To: "bilal ghayyad" > Cc: pgsql-admin@postgresql.org > Date: Wednesday, April 6, 2011, 7:10 AM > On Wed, 2011-04-

Re: [ADMIN] Fedora core 10: tcpip_socket = True

2011-04-06 Thread Devrim GÜNDÜZ
On Wed, 2011-04-06 at 04:07 -0700, bilal ghayyad wrote: > I ran yum remove postgresql postgresql-devel postgresql-server, also I > remove the directory /var/lib/pgsl and I reinstall, then I ran again > service postgresql initdb. > > But still I am not able to start the postgresql (it is giving fai

Re: [ADMIN] Fedora core 10: tcpip_socket = True

2011-04-06 Thread bilal ghayyad
Dear Devrim; Thanks a lot, u r right. But it look like that now the postgresql has been crashed (really I do not know why suddenly I found it stop .. but what I expect that there were a lot of wrong queries are running). I am not sure if a block happened due to something wrong .. I ran yum r