Patrice Hédé wrote:
>
> Forget my first reply, there is no date(text) function either...
Yes, I know. I thought pg would automagically cast to 'unknown'
when it could not find a valid conversion, and then try again.
Perhaps that could solve many problems.
>
> But you can do that :
>
> test=> s
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