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
- Re: [GENERAL] Re: alter table Raigo Lukk
- Re: [GENERAL] Re: alter table Ross J. Reedstrom
