[BUGS] Problems with UTF8 in PSQL

2006-07-12 Thread rolf
Hallo, I don't know if the problem has been reported yet, but it seems to have more implications. - Prerequisite: o PostgreSQL 8.1.4 on i486-pc-linux-gnu, compiled by GCC cc (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3) o and psql o A database which was created with -E UTF8 - Des

[BUGS] BUG #2524: Error while using pg_restore command

2006-07-12 Thread Sudarshan
The following bug has been logged online: Bug reference: 2524 Logged by: Sudarshan Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: Windoes-XP Description:Error while using pg_restore command Details: When i run the pg_restore command "pg_

Re: [BUGS] BUG #2524: Error while using pg_restore command

2006-07-12 Thread Magnus Hagander
> The following bug has been logged online: > > Bug reference: 2524 > Logged by: Sudarshan > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.0 > Operating system: Windoes-XP > Description:Error while using pg_restore command > Details: > > When i run the pg_

Re: [BUGS] Problems with UTF8 in PSQL

2006-07-12 Thread REISS Thomas DSIC DESP
Hello, When I experience the problem, the current Linux locale on my server is [EMAIL PROTECTED] Psql works fine if I change the current locale (by setting the LANG shell variable) to [EMAIL PROTECTED] I would be glad if psql may work fine without changing the LANG variable in the current se

[BUGS] BUG #2525: "No buffer space available" error running pg_dump on win2k for large bytea values

2006-07-12 Thread Steve McWilliams
The following bug has been logged online: Bug reference: 2525 Logged by: Steve McWilliams Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Windows 2000 Description:"No buffer space available" error running pg_dump on win2k for large bytea

[BUGS] BUG #2526: records lost

2006-07-12 Thread wee goh
The following bug has been logged online: Bug reference: 2526 Logged by: wee goh Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3-2 Operating system: linux Description:records lost Details: i discovered records in my postgresql database missing every 6 - 8

Re: [BUGS] bug report: recrods missing periodically

2006-07-12 Thread WP Goh
i discovered records in my postgresql database missing every 6 - 8 months. i supsect those not updated or amended are the ones that are gone, still wondering the real reason behind ? i doubt is lack of vaccum as my transactions are minnimal, inserting about 200 records each month and updating abou

Re: [BUGS] BUG #2526: records lost

2006-07-12 Thread Michael Fuhr
On Wed, Jul 12, 2006 at 08:58:43PM +, wee goh wrote: > i discovered records in my postgresql database missing every 6 - 8 months. i > supsect those not updated or amended are the ones that are gone, still > wondering the real reason behind ? i doubt is lack of vaccum as my > transactions are mi