[pgadmin-support] bug report: pgadmin III v1.0.2 : ACL-denial exceptions not trapped? hard crash

2004-09-21 Thread Christopher Mulcahy
pgadmin III v1.0.2 on Windows 2003 Server postgresql 7.4.2 on freebsd 4.10 Trying to "open" or "view" objects for which the current_user does not have sufficient privileges crashes pgadmin III client without error-message. ---(end of broadcast)---

Re: [pgadmin-support] bug report: pgadmin III v1.0.2 : ACL-denial exceptions not trapped? hard crash

2004-09-21 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Christopher Mulcahy > Sent: 21 September 2004 03:16 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] bug report: pgadmin III v1.0.2 : > ACL-denial exceptions not trapped? hard crash > > pgad

Re: [pgadmin-support] allowing users to change the IP-addresses that are allowed to connect to postgresql

2004-09-21 Thread Jim Wilson
> Hello. > I have a postgresql 7.4.5 running. > On the server i have a few databases, all owned and administered by different > users. > The users sometimes change access-rules to their databases, in particular they > change access rules based on IP-addresses, which i have to do for them manually

[pgadmin-support] Error adding columns to existing tables

2004-09-21 Thread derrick
I am running PGAdminIII Version 1.2.0 Post Beta 1 (Sept 16 2004) on Windows XP.  Connecting to postgres 7.4.   When we navigate to the table name, click on properties, add a new column.  All works well, the column is added.  Then click on properties again and the application crashes.   Than

[pgadmin-support] Import CSV files

2004-09-21 Thread Luis F. Araya
Does anyone can tell me if theres a way to import csv (comma separated values) files to a Postgres table ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMA

Re: [pgadmin-support] Import CSV files

2004-09-21 Thread Andreas Pflug
Luis F. Araya wrote: Does anyone can tell me if theres a way to import csv (comma separated values) files to a Postgres table Use psql and the pgsql 8.0 COPY command. Currently, this isn't currently supported in pgadmin3 (we *do* have export). Regards, Andreas ---(end of

[pgadmin-support] Users can see each others' databases?

2004-09-21 Thread Terry Letsche
Hi. I'm using PostgreSQL for a database course. Each user has their own database on the system. Each database is named the same as the user's user name, and pg_hba.conf is set to require sameuser and a password. Using pgadmin3 1.2.0 b1 and PostgreSQL 7.4.3 on Fedora Core 2, when a user connects to

[pgadmin-support] Users can see each others' databases?

2004-09-21 Thread Cheetah
On Tue, 21 Sep 2004 17:47:32 -0500, Terry Letsche <[EMAIL PROTECTED]> wrote: > Hi. I'm using PostgreSQL for a database course. Each user has their own > database on the system. Each database is named the same as the user's > user name, and pg_hba.conf is set to require sameuser and a password. Fir