Re: [ADMIN] database access queries

2005-09-28 Thread sandhya
- Original Message - From: "bramhe manoj" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 28, 2005 3:54 PM Subject: [ADMIN] database access queries > hi , > > we are working as linux administrators in enng college > in mumbai(india). > > we have c

[ADMIN] database access queries

2005-09-28 Thread bramhe manoj
hi , we are working as linux administrators in enng college in mumbai(india). we have created databases in postgresql for all staffs & students & granted them with permissions & password query : how to restrict database user from accessing other users databases? here we are getting problem

[ADMIN] Database access problem : SOS

2003-02-06 Thread mjoseph
Hi, I am new to PostgreSQL. I am running PostgreSQL on top of Cygwin on Windows NT. I am able to initialize the database cluster and create template1. I log in and even create a 'test' table. But querying it results in the error. ERROR: pg_class_aclcheck: invalid user id 1730 Someone please help

Re: [NOVICE] [ADMIN] Database access problem : SOS

2003-02-03 Thread mjoseph
Hi Tom, > Did you remember to start the cygipc daemon? Yes I did. It was not that. There is something broken with cygipc or the way I used it. ;-) I did a complete uninstall and a re-install (using the user id 'postgres') and I am able to create databases! Thanks! Now I have one more hurdle

Re: [ADMIN] Database access problem : SOS

2003-02-03 Thread mjoseph
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] 02/03/03 09:15 Subject: Re: [ADMIN] Database access problem : SOS

Re: [ADMIN] Database access problem : SOS

2003-02-03 Thread Tom Lane
[EMAIL PROTECTED] writes: > There seems to be something wrong with the cygipc package! I keep getting > this shmget() failure. I am pretty sure that there is enough memory on my > system. The best part is sometimes after reinstalling everything, it > sometimes works. Did you remember to start the

Re: [ADMIN] Database access problem : SOS

2003-02-03 Thread Tom Lane
[EMAIL PROTECTED] writes: > ipc-daemon & > initdb -D /usr/local/pgsql/data -U 1730 -W > psql -U 1730 template1 If this is PG 7.3.*, there are some recently-identified problems with using all-numeric usernames. Use a name instead of a number. regards, tom lane ---

[ADMIN] Database access problem : SOS

2003-02-03 Thread mjoseph
Hi, I am new to PostgreSQL. I am running PostgreSQL on top of Cygwin on Windows NT. I am able to initialize the database cluster and create template1. I log in and even create a 'test' table. But querying it results in the error. ERROR: pg_class_aclcheck: invalid user id 1730 Someone please hel

[ADMIN] Database Access Limitation (cann't use IDENT).

2002-07-04 Thread Oon Arfiandwi Martyono
Hello all, sorry about my english. I use PostgreSQL-7.2.1 on Linux. I have a problem to limit Database Access. I want user X use (ONLY) database Y and user A use (ONLY) database B, and so on. Is there another way except use pg_ident.conf ? because i want more restrictly from pg_ident.co

Re: [ADMIN] Database access right

2002-01-25 Thread omid omoomi
user1" >as dba for database "db1", "user2" as dba for database "db2", and so on. >How am I going to set this up in pg_hba.conf? > >Regards, >Lau NH > >- Original Message - >From: "omid omoomi" <[EMAIL PROTECTED]> >

Re: [ADMIN] Database access right

2002-01-25 Thread Lau NH
I going to set this up in pg_hba.conf? Regards, Lau NH - Original Message - From: "omid omoomi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 8:12 AM Subject: Re: [ADMIN] Database access ri

Re: [ADMIN] Database access right

2002-01-24 Thread omid omoomi
Hi , Look at pg_hba.conf file usually under /usr/local/pgsql/data . regards Omid Omoomi >From: "Lau NH" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: [ADMIN] Database access right >Date: Fri, 25 Jan 2002 13:39:14 +0800 >

Re: [ADMIN] Database access right

2002-01-24 Thread omid omoomi
Hi , Look at pg_hba.conf file usually under /usr/local/pgsql/data . regards Omid Omoomi >From: "Lau NH" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: [ADMIN] Database access right >Date: Fri, 25 Jan 2002 13:39:14 +0800 >

[ADMIN] Database access right

2002-01-24 Thread Lau NH
Hi all,    Is there anyway to restrict the database owner to access only to his/her database?  because if I assign the dba right to the database owner, he/she will be able to access other databases in the same server.  Is there anyway to restrict that?     Regards,Lau NH

Re: [ADMIN] Database access error after upgrade 7.1.2 -> 7.1.3

2001-10-12 Thread Chad R. Larson
At 09:36 PM 10/10/2001 , Tom Lane wrote: >I will be exceedingly surprised if your 7.1.2 code let you into >template0 either. Perhaps you are confusing it with template1? My 7.1.2 on FreeBSD allows connections to template1 but not template0. -crl -- Chad R. Larson (CRL22)[EMAIL PROTE

Re: [ADMIN] Database access error after upgrade 7.1.2 -> 7.1.3

2001-10-10 Thread Tom Lane
Steve Frampton <[EMAIL PROTECTED]> writes: > However, if I try to connect to template0, I get the following error > message: > psql: FATAL 1: Database "template0" is not currently accepting > connections Yup, that's what it's supposed to do. I will be exceedingly surprised if your 7.1.2 code le

Re: [ADMIN] Database access error after upgrade 7.1.2 -> 7.1.3

2001-10-10 Thread postgresql
tup you are not saving the output of postgres to a file so there is no way to look at the log. Ted -Original Message- From: Steve Frampton <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Date: Wed, 10 Oct 2001 04:42:19 -0400 (EDT) Subject: [ADMIN] Database access error afte

[ADMIN] Database access error after upgrade 7.1.2 -> 7.1.3

2001-10-10 Thread Steve Frampton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello: I just moved a database server from 7.1.2 to 7.1.3. After looking in the ChangeLog and not seeing anything that would seem to indicate any DB structural changes, I did the upgrade as follows: pg_ctl stop -D /home2/pgsql/data -w -m smart mv /

[ADMIN] Database Access

1998-11-07 Thread Gregg Berkholtz
I designing an SQL database and would like to base it on PostgreSQL. My major concern is security, is there anything out there that details if PostgreSQL has anything like database and/or table privileges. More specifically, how-to set it up. I have looked all over the FAQ's and HOW-TO pages and h