[GENERAL] More details on Database corruption

1998-08-13 Thread George Kousi
Hi, I managed to recreate a simple example that's crashing postgres. I am running on a DEC Alpha with Digital Unix Version 4.0d and Postgres 3.2. I tried this example several times, on several databases and it crashes every time. We also re-built Postgres and still did not work. Here's the ex

[GENERAL] More Details (cont.)

1998-08-13 Thread George Kousi
Sorry, Another piece of useful information on my previous posting is that removing the default from all the fields in the table seems to solve the problem. Thank you. George K.

[GENERAL] Database corruption

1998-08-13 Thread George Kousi
Hi there, I'm using LibPQ from C++ to access a database and I am doing an update on a table with two primary keyes but my where clause is only using one of these keys. I am somehow corrupting the database and after that, the backend dies every time I try to access that table. Any ideas on what