[BUGS] Bad localization in psql (french version) for Windows

2010-07-12 Thread Antonio Rivas Valle
several allowed encodings, I looked at last in ../share/locale/fr/LC_MESSAGES and I found that the french part of : psql-8.4.mo, postgres-8.4.mo, pgscripts-8.4.mo has wrong characters with accents. There are possibly other files needing correction. Best regards. Antonio Rivas Valle

[BUGS] BUG #4627: FORGET MY PASWORD

2009-01-26 Thread ANTONIO ROSA MORALES
The following bug has been logged online: Bug reference: 4627 Logged by: ANTONIO ROSA MORALES Email address: antoniorosamora...@hotmail.com PostgreSQL version: 8.3.5 Operating system: WINDOWS Description:FORGET MY PASWORD Details: I FORGET MY PASWORD, CON I REWRITE

[BUGS] problems compiling in 64 bits

2008-05-30 Thread Gerardo Antonio
Hi there, I am trying to compile Postgres 8.1.9 in the following Linux version: Linux version 2.6.9-34.EL ([EMAIL PROTECTED]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) but I get a bunch of errors saying " i386 architecture of input file `../../src/port/libpgport_srv.a(pgstrcasecmp_srv.o)'

[BUGS] BUG #3640: PANIC: ERRORDATA_STACK_SIZE exceeded

2007-09-28 Thread Antonio Mari
The following bug has been logged online: Bug reference: 3640 Logged by: Antonio Mari Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Linux x 2.6.17-gentoo-r7 #1 SMP Tue Aug 29 15:01:36 CEST 2006 i686 Intel(R) Xeon(TM) CPU 3.00GHz

[BUGS] BUG #2133: can't reinstall postgresql

2005-12-27 Thread Guerra Antonio
The following bug has been logged online: Bug reference: 2133 Logged by: Guerra Antonio Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.1 Operating system: windows xp professional edition Description:can't reinstall postgresql Details: I inst

[BUGS] BUG #2029: Error descriptions appear untranslated

2005-11-09 Thread Antonio
The following bug has been logged online: Bug reference: 2029 Logged by: Antonio Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: windows Description:Error descriptions appear untranslated Details: Problem: - Using Access 2000 connected

[BUGS] BUG #2008: IUSR (Internet Guest Account) - ADO Connection problems IUSR missing permissions.

2005-10-28 Thread Antonio Pedro Lopes
The following bug has been logged online: Bug reference: 2008 Logged by: Antonio Pedro Lopes Email address: [EMAIL PROTECTED] PostgreSQL version: PostgreSQL 8.0 Operating system: WindowsXP Professional Description:IUSR (Internet Guest Account) - ADO Connection

[BUGS] BUG #1954: Bug in to_date('09-10-2005', 'dd-mm-yyyy')

2005-10-11 Thread Antonio Molina
The following bug has been logged online: Bug reference: 1954 Logged by: Antonio Molina Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3 Operating system: Linux Description:Bug in to_date('09-10-2005', 'dd-mm-') Details: We di

[BUGS] Cannot install properly on WinXP...

2004-09-15 Thread Luis Antonio Tama Wong
packet: Connection reset by peer (0x2746/10054)" So, I cannot see the database server. I tried checking and resetting the system service, but I got no response. Please tell me what the problem is, what I may be dogin wrong or please fix the bug :) God bless you! Luis Tama ====

[BUGS] Compiling PG 7.0.3 undex HP-UX 10.20

2001-04-13 Thread Antonio Sindona
10.20 A 9000/847 417384292 two-user license root@ipa9h06:/mnt06/users/upsdev/postgres/src >gcc --version 2.95.2 root@ipa9h06:/mnt06/users/upsdev/postgres/src >gmake --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for hppa1.1-hp-hpux10.20 An

[BUGS] Problem

2001-01-17 Thread Antonio Da Silva
To whom this may concern Can you please tell me how to set the PGDATA environmental variable. The problem is that I cannot find this variable. Thanking you in advance Antonio

[BUGS] jdbc driver: Support for 'BOOL'

2001-01-10 Thread José Antonio Matute Calvo
Problem: If try to use field of type "java.sql.Types.BIT" obtains error "Unknown Types Value" Resolution: Add this: PreparedStatement.java 460,461d459 < case Types.BIT: < set(parameterIndex, ((Boolean)x).booleanValue()