Re: [GENERAL] Q: How to convert int to date?

1998-06-24 Thread Mattias Kregert
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

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