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
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
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'
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
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
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
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