Re: [BUGS] error in upper()

2006-08-26 Thread Peter Eisentraut
Richard Troy wrote: > I'm unaware of any upper case or lower case for 'ß' It's a matter of taste whether you leave 'ß' as is or replace it by 'SS' when upper casing. PostgreSQL does upper-casing character by character, so there is no support for one-to-many conversions. -- Peter Eisentraut ht

Re: [BUGS] Transactions from Visual C++

2006-08-26 Thread Jim Nasby
On Aug 23, 2006, at 7:31 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Let us assume that the second statement fails because value 'b' is illegal. Either the ODBC driver or the DBMS now rejects all follow-on queries with the error message: Error while executing the query; ER

Re: [BUGS] Website issue

2006-08-26 Thread Jim Nasby
On Aug 18, 2006, at 11:02 AM, Joel Stevenson wrote: Is this the correct list to report issues with the www.postgresql.org website and it's related sites? If not, I apologize, could someone point me in the right direction? -www would be better... There seems to be a problem with list archiv

[BUGS] BUG #2590: Create a Slony-i Cluster in PgAdmin III

2006-08-26 Thread Franco Malerba
The following bug has been logged online: Bug reference: 2590 Logged by: Franco Malerba Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows 2000 Server Description:Create a Slony-i Cluster in PgAdmin III Details: Hallo, i've created 2

[BUGS] BUG #2591: Failed to create process: 2!

2006-08-26 Thread Purusothaman A
The following bug has been logged online: Bug reference: 2591 Logged by: Purusothaman A Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows 2000 Description:Failed to create process: 2! Details: Just I clicked next button after selec

Re: [BUGS] BUG #2588: rename table and dump bug

2006-08-26 Thread Evgeny Gridasov
So why then when I rename a table, pg_dump prints out the renamed table and renamed sequence, but the database has only table renamed and the original sequence?? The reason I'm asking this is because after some table renaming I've got: in database: table1 with sequence1, table2 with sequence2 in

Re: [BUGS] error in upper()

2006-08-26 Thread Richard Troy
Hi Klaus, I must have missed the bug submitted about this, but as a student of German I took particular interest in your post. I'm unaware of any upper case or lower case for 'ß', just as there is no upper or lower case for '@'. So, I'd expect the function to pass it through. It's not - or shou