[BUGS] BUG #1818: ODBC: Wrong encoding when reading string coumns

2005-08-10 Thread Josef Springer
The following bug has been logged online: Bug reference: 1818 Logged by: Josef Springer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: Win2k Description:ODBC: Wrong encoding when reading string coumns Details: Database encoding: UNICODE

Re: [BUGS] BUG #1799: Auto Creation of Strong Password fails

2005-08-10 Thread Laurent Hausermann
I am sorry, I haven't kept any screenshot... The password was a "very" (15 chars) random string... And after that, installer seemed to try to connect to database with the old and "weak" password, but it fails... Best Regards, Laurent Le lundi 08 août 2005 à 20:55 +0200, Magnus Hagander a éc

[BUGS] Help Needed

2005-08-10 Thread Mahesh Shinde
Hi I have created an Application in VB . In this application I want to show records in the grid using a like query which fetch the values from the table which is having about 55 lac debtor list in it. I have applied like query on Debtor Id which is a primary key and having index on it.   I

[BUGS] ECPGdebug causes program crash on windows

2005-08-10 Thread Joshua Masiko
/* Processed by ecpg (4.0.1) */ /* These include files are added by the preprocessor */ #include #include #include #include /* End of automatic include section */ #line 1 "main.pgc" #include int main(int argc,char **argv) { ECPGdebug(1,stderr); return 0; } Running the above p

Re: [BUGS] BUG #1815: ECPGdebug causes crash on Windows XP

2005-08-10 Thread William ZHANG
Make sure the lib directory is in the PATH. I tested it in MinGW. $ ecpg main.pgc $ gcc main.c -I../include -L../lib -lecpg $ export PATH=$PATH:"/c/Program Files/PostgreSQL/8.0/lib" $ ./a.exe [1772]: ECPGdebug: set to 1 ""joshua masiko"" <[EMAIL PROTECTED]> wrote news:[EMAIL PROTECTED] > > The f

[BUGS] BUG #1816: Insert null values on a null field

2005-08-10 Thread Rafael BArrios
The following bug has been logged online: Bug reference: 1816 Logged by: Rafael BArrios Email address: [EMAIL PROTECTED] PostgreSQL version: 8.02 Operating system: FEdora Core 2 Description:Insert null values on a null field Details: I have a table wich is reference

Re: [BUGS] BUG #1814: Cancelling a CLUSTER changes the OID counter

2005-08-10 Thread Ian Burrell
On 8/8/05, Tom Lane <[EMAIL PROTECTED]> wrote: > > Uh, does the same thing happen if you *don't* cancel it? > Yes. In that case, it change the OID counter to the maximum OID in the table if the OID counter was less than the maximum. This is only a problem when the OID counter has wrapped becau

[BUGS] BUG #1817: column not exist

2005-08-10 Thread nguyen
The following bug has been logged online: Bug reference: 1817 Logged by: nguyen Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: windown2000 server Description:column not exist Details: when i excecuted sql command "select * from employee

Re: [BUGS] BUG #1817: column not exist

2005-08-10 Thread Richard Huxton
nguyen wrote: when i excecuted sql command "select * from employee" then result were ok, but if sql command were "select employeeID from employee" then have error return : column employeeID does not exist This error is usually produced because a column of that name does not exist. Since you a

Re: [BUGS] BUG #1816: Insert null values on a null field

2005-08-10 Thread Richard Huxton
Rafael BArrios wrote: Description:Insert null values on a null field I have a table wich is referenced as foreing key for others, the problem is, in my case my table is composed of 4 fields, 2 of them are FK but all of them are not null by definition. If i insert the data for the FK and

Re: [BUGS] Help Needed

2005-08-10 Thread Richard Huxton
Mahesh Shinde wrote: Hi I have created an Application in VB . In this application I want to show records in the grid using a like query which fetch the values from the table which is having about 55 lac debtor list in it. I have applied like query on Debtor Id which is a primary key and having in

Re: [BUGS] BUG #1799: Auto Creation of Strong Password fails

2005-08-10 Thread Magnus Hagander
> I am sorry, I haven't kept any screenshot... > The password was a "very" (15 chars) random string... > And after that, installer seemed to try to connect to > database with the old and "weak" password, but it fails... That cannot possibly be it, because the generated password is only used for

Re: [BUGS] BUG #1800: "unexpected chunk number" during pg_dump

2005-08-10 Thread Alvaro Herrera
On Mon, Aug 01, 2005 at 06:02:30AM +0100, Aaron Harsh wrote: > pg_dump: ERROR: unexpected chunk number 0 (expected 1) for toast value > 4294879152 > pg_dump: SQL command to dump the contents of table "dataset_cache" failed: > PQendcopy() failed. > pg_dump: Error message from server: ERROR: unexp

Re: [BUGS] BUG #1818: ODBC: Wrong encoding when reading string coumns

2005-08-10 Thread Magnus Hagander
> Bug reference: 1818 > Logged by: Josef Springer > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.0.3 > Operating system: Win2k > Description:ODBC: Wrong encoding when reading string coumns > Details: > > Database encoding: UNICODE Database encoding UNICOD

[BUGS] Data Selection Slow From VB 6.0

2005-08-10 Thread Mahesh Shinde
Hi     I am using Postgres version         *PostgreSQL 7.4.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5).*         for an multy user desktop application using VB 6.0 as a front end toll.   To connect To the PostgreSQL I am using *PostgreSQL W

Re: [BUGS] BUG #1800: "unexpected chunk number" during pg_dump

2005-08-10 Thread Oliver Jowett
Alvaro Herrera wrote: > Looks very much like the table was corrupted. Maybe you should try to > test your RAM and disks. Not sure how to do that on x86-64 though, > unless the test utility at www.memtest86.com has been ported to it. x86-64 systems will still boot and run 32-bit code fine (altho