Re: [GENERAL] I "might" have found a bug on 8.2.1 win32

2007-02-01 Thread korryd
> > I think you could effectively disable the pgpass file (for a given > > application) if the application always requires an explicit, non-blank > > password from the user. > > If he does that, his users who do not use password-based authentication > will be after him with the proverbial villager

Re: [GENERAL] I "might" have found a bug on 8.2.1 win32

2007-02-01 Thread korryd
> > Is there a way to tell the libpq connect function not to use a pgpass > > file? > > No, as Tom already said. I think you could effectively disable the pgpass file (for a given application) if the application always requires an explicit, non-blank password from the user. libpq won't use .p

Re: [GENERAL] How to allow users to log on only from my application

2007-02-01 Thread korryd
> > Say that your application offers a way for each user to set/change > > his own password. > > > > When I (using your application) change my password, you could > > combine my new password with a secret value and then send the > > result to the PG server (so now the PG server thinks that my

Re: [GENERAL] How to allow users to log on only from my application

2007-02-01 Thread korryd
> >> My application implements field and row level security. > >> I have custom table of users where user privileges are described. > >> > >> However user can login directly to database using pgAdmin. This bypasses > >> the security. > >> > >> How to allow users to login only from my application ?

Re: [GENERAL] pg migrator

2007-01-31 Thread korryd
> > I downloaded the tarball. It's interesting that the search engine on > > the > > pgfoundary part of the site could not find it. I used Google, and it > > was the > > top hit. Once I knew where to look I could find it on the site, but only > > manually moving through the pages. > I had the s

Re: Antw: Re: [GENERAL] Problems with unique restrictions

2007-01-14 Thread korryd
> "Marcel Gsteiger" <[EMAIL PROTECTED]> writes: > > Sometimes I wish there was something like a debugger for PL/PGSQL with > > breakpoints, single step, variable watching... > > Take a look at http://pgfoundry.org/projects/edb-debugger/ > ... it's beta but without users it won't get better. > > T