On Thu, 2005-03-10 at 17:23 -0500, Mitchell Vincent wrote: > It looks like one of the tables in the db is corrupted, I see this in a > .dump : > > CREATE TABLE payments(payment_id INTEGER PRIMARY KEY, > > invoice_id int4, > > customer_id int4, > > created timestamp, > > payment_type varchar, > > payment_amount int4, > > check_number varchar, > > cc_name varchaâ; > > .... then it continues with another table... > > I'm hoping this can be repaired or recovered in some way.. Any chance of > that? >
Were the blank lines in the original schema, or did they get inserted? Can you reproduce this problem? -- D. Richard Hipp <[EMAIL PROTECTED]>