Re: [GENERAL] Conversion MySql -> PostgresSQL

2000-10-29 Thread Alex Pilosov
On Sat, 28 Oct 2000, William H. Geiger III wrote: > Hi, > > I am new to PostgreSQL and I am trying to convert a MySQL database over. > There are a couple of basics I need to clear up: > > On the numeric INT types can they be set to unsigned? I have 32-bit & > 64bit unsigned integers that I need

[GENERAL] Conversion MySql -> PostgresSQL

2000-10-28 Thread William H. Geiger III
Hi, I am new to PostgreSQL and I am trying to convert a MySQL database over. There are a couple of basics I need to clear up: On the numeric INT types can they be set to unsigned? I have 32-bit & 64bit unsigned integers that I need to store in the majority of the tables in the database. All the