Re: dbext - keep asking user password in pgsql

2009-09-29 Thread Mariano Mara
On Sep 29, 11:10 pm, David Fishburn wrote: > >> Probably, that's just a minor bug in a function "DB_PGSQL_execSql" - it > >> constructs command to be executed as > > ... > > > Hi Mikalai, thanks for your answer. Your tip was very useful to point > > me in a good direction. > > Turns out there i

Re: dbext - keep asking user password in pgsql

2009-09-29 Thread Mariano Mara
On Sep 29, 5:12 pm, Mikalai Chaly wrote: > On Tue, Sep 29, 2009 at 9:07 PM, Mariano Mara wrote: > > > > > Hi Dave, thanks for your support. > > As requested here is the full output of both commands: > > >http://vim.pastey.net/125871 > >http://vim.pastey.n

Re: dbext - keep asking user password in pgsql

2009-09-29 Thread Mariano Mara
On Sep 29, 10:38 am, David Fishburn wrote: > On Tue, Sep 29, 2009 at 12:17 AM, Mariano Mara wrote: > > > I created a new database today in my local copy of pgsql and added it > > to my .vimrc > > > let g:dbext_default_profile_Otrs = > > 'type=PGSQ

dbext - keep asking user password in pgsql

2009-09-28 Thread Mariano Mara
Hi. I created a new database today in my local copy of pgsql and added it to my .vimrc let g:dbext_default_profile_Otrs = 'type=PGSQL:user=mariano:passwd=mybigpasswd:host=localhost:dbname=otrs' This is not the first connection to pgsql I use with dbext but it's the first one that keeps asking me