Re: [BUGS] BUG #5438: Bug/quirk in ascii() function

2010-04-26 Thread Christoph Zwerschke
Am 26.04.2010 12:11, schrieb Takahiro Itagaki: > The problem is not in ascii(), but in casting from char to text. > We have only one version of ascii() in default; ascii(text). > So, if you use ascii( ' '::char(1) ), it is actually handled as > ascii( ' '::char(1)::text ). Traling spaces were remov

[BUGS] BUG #5438: Bug/quirk in ascii() function

2010-04-26 Thread Christoph Zwerschke
The following bug has been logged online: Bug reference: 5438 Logged by: Christoph Zwerschke Email address: c...@online.de PostgreSQL version: 8.0-8.4 Operating system: all Description:Bug/quirk in ascii() function Details: As you would expect, ascii(cast

Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-28 Thread Christoph Zwerschke
Magnus Hagander wrote: >> The following bug has been logged online: >> ... >> When I start the PostgreSQL service, and I have my LAN >> network interface activated with TCP/IP installed, but IPv6 >> deinstalled, I cannot connect to the PostgreSQL database. In >> the log file, I get the following e

Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-22 Thread Christoph Zwerschke
Some more infos: When I start and stop the postgres service, then very rarely it happens that it works, particularly when I start and stop some other services as well, such as the DNS caching client. But it is not reproducible. Maybe a timing issue? Can anybody reproduce this problem on Win XP

Re: [BUGS] BUG #2642: Connection problems without IPv6

2006-09-21 Thread Christoph Zwerschke
Tom Lane wrote: > Perhaps you have a name server that is reporting only an IPv6 > address for your machine? Turning off the LAN prevents contacting > that server? No, and I'm using only localhost as address, i.e. I am contacting localhost, and I have listen_addresses = localhost in postgresql.c

[BUGS] BUG #2642: Connection problems without IPv6

2006-09-21 Thread Christoph Zwerschke
The following bug has been logged online: Bug reference: 2642 Logged by: Christoph Zwerschke Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Win XP Description:Connection problems without IPv6 Details: I am using PostgreSQL 8.1.4 on Win