Re: [pgadmin-support] MacOSX and pg_service

2012-01-25 Thread Tim Uckun
> With the informations you told us, I can only conclude that the problem > is not pgAdmin or the pg_service file, but Mac OS X. You may be right. I was not having this problem with Linux. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscrip

Re: [pgadmin-support] column level privilages error

2012-01-25 Thread bdmyt...@eranet.pl
Thanks, I manually edited table script (there was DEFAULT nextaval...) so I missed last parenthesis - my fault. I agree pgAdmin shouldn't display all warnings, but I think some of them shouldn't be ignerd - like this one. dbRoles is an another role like MyGroup. Thanks for patch. Regards, Bartek

Re: [pgadmin-support] column level privilages error

2012-01-25 Thread Guillaume Lelarge
On Wed, 2012-01-25 at 13:01 +0100, bdmyt...@eranet.pl wrote: > Hi, > thanks for quick reply. > application parameters: > 1. pgAdmin 1.14.1 on Windows 7 Enterprise 32 bit > 2. Server: PostgreSQL 9.1.2, compiled by Visual C++ build 1500, 64-bit on > Windows Server 2008 R2 Standard > scenario: > 1. a

Re: [pgadmin-support] MacOSX and pg_service

2012-01-25 Thread Guillaume Lelarge
On Thu, 2012-01-26 at 09:50 +1300, Tim Uckun wrote: > > pg_service is only used when connecting. It has nothing to do with > > losing connections. Or did I misunderstood something in you mail? > > > > > When I was having problems with connections dropping out I was advised > to use a pg_service b

Re: [pgadmin-support] MacOSX and pg_service

2012-01-25 Thread Tim Uckun
> pg_service is only used when connecting. It has nothing to do with > losing connections. Or did I misunderstood something in you mail? > When I was having problems with connections dropping out I was advised to use a pg_service because it sets up keepalives and such like this keepalives=1 keep

Re: [pgadmin-support] MacOSX and pg_service

2012-01-25 Thread Guillaume Lelarge
On Wed, 2012-01-25 at 12:41 +1300, Tim Uckun wrote: > I recently switched from ubuntu to a mac and pgadmin does not seem to > be obeying my pg_service params. Specifically I am suffering from > horrible disconnection problems. I had the disconnection problems with > ubuntu as well until I upgraded

Re: [pgadmin-support] column level privilages error

2012-01-25 Thread bdmyt...@eranet.pl
Hi, thanks for quick reply. application parameters: 1. pgAdmin 1.14.1 on Windows 7 Enterprise 32 bit 2. Server: PostgreSQL 9.1.2, compiled by Visual C++ build 1500, 64-bit on Windows Server 2008 R2 Standard scenario: 1. as user postgres create table Table script (table is created before by postgre