[BUGS] BUG #5305: Postgres service stops when closing Windows session

2010-02-01 Thread Cristian
The following bug has been logged online: Bug reference: 5305 Logged by: Cristian Email address: cbit...@gmail.com PostgreSQL version: 8.3.9 Operating system: Windows 2003 Server Standard x64 Description:Postgres service stops when closing Windows session Details: W

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-01 Thread Joe Conway
On 02/01/2010 08:06 AM, Tom Lane wrote: > Heikki Linnakangas writes: >> Fujii Masao wrote: >>> In HEAD, psql using conninfo fails in connecting to the server as follows. >>> >>> $ bin/psql "host=localhost" >>> psql: FATAL: database "host=localhost" does not exist >>> >>> This is because the recen

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-01 Thread Tom Lane
Heikki Linnakangas writes: > Fujii Masao wrote: >> In HEAD, psql using conninfo fails in connecting to the server as follows. >> >> $ bin/psql "host=localhost" >> psql: FATAL: database "host=localhost" does not exist >> >> This is because the recently-introduced PQconnectStartParams() >> doesn'

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-01 Thread Magnus Hagander
2010/2/1 Fujii Masao : > On Mon, Feb 1, 2010 at 5:31 PM, Heikki Linnakangas > wrote: >> Fujii Masao wrote: >>> In HEAD, psql using conninfo fails in connecting to the server as follows. >>> >>>   $ bin/psql "host=localhost" >>>   psql: FATAL:  database "host=localhost" does not exist >>> >>> This

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-01 Thread Fujii Masao
On Mon, Feb 1, 2010 at 5:31 PM, Heikki Linnakangas wrote: > Fujii Masao wrote: >> In HEAD, psql using conninfo fails in connecting to the server as follows. >> >>   $ bin/psql "host=localhost" >>   psql: FATAL:  database "host=localhost" does not exist >> >> This is because the recently-introduced

Re: [BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-01 Thread Heikki Linnakangas
Fujii Masao wrote: > In HEAD, psql using conninfo fails in connecting to the server as follows. > > $ bin/psql "host=localhost" > psql: FATAL: database "host=localhost" does not exist > > This is because the recently-introduced PQconnectStartParams() > doesn't handle correctly the dbname par

[BUGS] BUG #5304: psql using conninfo fails in connecting to the server

2010-02-01 Thread Fujii Masao
The following bug has been logged online: Bug reference: 5304 Logged by: Fujii Masao Email address: masao.fu...@gmail.com PostgreSQL version: HEAD Operating system: RHEL5.1 Description:psql using conninfo fails in connecting to the server Details: In HEAD, psql usin