[ADMIN] Importing Paradox database

1999-08-23 Thread maxsbox
> -- > > Date: Thu, 19 Aug 1999 10:30:13 -0400 > From: Clive Anderson <[EMAIL PROTECTED]> > Subject: Importing Paradox database > > I am new to postgresql and I am trying to import a paradox database. There > are some boolean fields in the database that are empty and

Re: [ADMIN] Importing Paradox database

1999-08-19 Thread Nikolay Mijaylov
use paradox restructre, convert it to integer, migrate it, then convert it to boolean (alter, update, pgdump, load_data) - Original Message - From: Clive Anderson <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Sent: 19 Àâãóñò 1999 ã. 17:30 Subj

[ADMIN] Importing Paradox database

1999-08-19 Thread Clive Anderson
I am new to postgresql and I am trying to import a paradox database. There are some boolean fields in the database that are empty and postgresql does not like this. Is there a way to import such a database without supplying a (boolean) value for 5*600 fields in the existing database? TIA, Clive