Re: [GENERAL] datatype questions

1998-06-24 Thread Aleksey Dashevsky
On Mon, 22 Jun 1998, Brian wrote: > I am trying to convert a table into PostgresSQL from MySQL, and had a few > questions: > > CREATE TABLE forum ( > id int(11) DEFAULT '0' NOT NULL auto_increment, > name varchar(30), > email varchar(100), > topic varchar(50), > body blob, > host v

Re: [GENERAL] datatype questions

1998-06-23 Thread Peter Mount
On Mon, 22 Jun 1998, Brian wrote: > I am trying to convert a table into PostgresSQL from MySQL, and had a few > questions: [snip] > 2. Does postgres support anything even like a "blob" data type? yes and no. I posted an experimental blob type (actually its lo) just over a week ago, and it shou