Hi

> > > alter table tmp add column last text;

I had this same problem, turned out that PostgreSQL don't have 
this feature :-(

So only way is:
DROP TABLE  and then again CREATE TABLE with all the fields 
you need.


Raigo

Reply via email to