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
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
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
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
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
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-
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
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