[BUGS] BUG #4321: 8.3 installer shortens allowable BASE_DIR path length?

2008-07-22 Thread Bob Kuhfahl
The following bug has been logged online: Bug reference: 4321 Logged by: Bob Kuhfahl Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 Operating system: windows Description:8.3 installer shortens allowable BASE_DIR path length? Details: We're a ISV using post

Re: [BUGS] BUG #4320: Describe table on 8.2.9 server fail

2008-07-22 Thread hubert depesz lubaczewski
On Tue, Jul 22, 2008 at 09:33:31AM -0400, Alexandre Payment wrote: > I was just hoping that basic commands like \d will be backward > compatible. Maybe I'm just too optimist. It would be cool, and I had read someplace about some works toward it, but it doesn't work that way now. But. Since you're

Re: [BUGS] Problem loading ispell affix file with apostrophes

2008-07-22 Thread Teodor Sigaev
flag *D:# dй: dйfaire, dйgrossir . > dй flag *N:# йlision d'une nйgation [aавeийкiоoфuh] > n' # je n'aime pas, il n'y a pas ---

Re: [BUGS] BUG #4320: Describe table on 8.2.9 server fail

2008-07-22 Thread Alexandre Payment
2008/7/22 toruvinn <[EMAIL PROTECTED]>: > > Dnia 22-07-2008 o 14:36:22 Alexandre Payment <[EMAIL PROTECTED]> napisał(a): > I'm afraid that's what the warning: >WARNING: You are connected to a server with major version 8.2, >but your psql client is major version 8.3. Some backslash

Re: [BUGS] BUG #4320: Describe table on 8.2.9 server fail

2008-07-22 Thread toruvinn
Dnia 22-07-2008 o 14:36:22 Alexandre Payment <[EMAIL PROTECTED]> napisał(a): I'm afraid that's what the warning: WARNING: You are connected to a server with major version 8.2, but your psql client is major version 8.3. Some backslash commands, such as \d, might not work

[BUGS] BUG #4320: Describe table on 8.2.9 server fail

2008-07-22 Thread Alexandre Payment
The following bug has been logged online: Bug reference: 4320 Logged by: Alexandre Payment Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Ubuntu Linux 8.04 Description:Describe table on 8.2.9 server fail Details: Connected to a 8.2.9 no

Re: [BUGS] Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping

2008-07-22 Thread Peter Eisentraut
Am Tuesday, 22. July 2008 schrieb valgog: > Why Postgres allows creating UNICODE database with the locale, that > can possibly corrupt my data? It doesn't allow it, as of 8.3. In 8.2 it does, but we have fixed that, for the reasons that are becoming obvious to you now. Perhaps part of the probl

[BUGS] LDAP Authentication with spaces in DN

2008-07-22 Thread César Miguel Oliveira Alves
I'm trying to configure LDAP authentication. Added a line to pg_hba.conf with the fowling config: hostall all 127.0.0.1/32 ldap "ldap://ldapserver:389/o=My Organization,C=PT;cn =;,o=My Organization,C=PT" when I try to authenticate I got a fatal error line in pg_

[BUGS] Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping

2008-07-22 Thread valgog
On Jul 21, 4:32 pm, [EMAIL PROTECTED] (Alvaro Herrera) wrote: > Valentine Gogichashvili escribió: > > > On 8.2.3 database with LC_CTYPE set to en_EN, lower() function is actually > > corrupting UTF8 data, lowering UTF8 control bytes... I did have a chance to > > check if how it works on the 8.3 as

[BUGS] Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping

2008-07-22 Thread valgog
On Jul 21, 4:32 pm, [EMAIL PROTECTED] (Alvaro Herrera) wrote: > Valentine Gogichashvili escribió: > > > On 8.2.3 database with LC_CTYPE set to en_EN, lower() function is actually > > corrupting UTF8 data, lowering UTF8 control bytes... I did have a chance to > > check if how it works on the 8.3 as