Re: [GENERAL] alter table schema on 8.0.X

2005-12-02 Thread Jim C. Nasby
On Thu, Dec 01, 2005 at 10:25:48AM -0200, William Leite Ara?jo wrote: > Hi, I'm trying alter a table schema on 'PostgreSQL 8.0.2 on > i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.5 (Debian 1:3.3.5-5)'. > On 8.1, by documentation, has the commant "ALTER TABLE SET > SCHEMA ". Any solut

[GENERAL] alter table schema on 8.0.X

2005-12-01 Thread William Leite Araújo
Hi, I'm trying alter a table schema on 'PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.5 (Debian 1:3.3.5-5)'. On 8.1, by documentation, has the commant "ALTER TABLE SET SCHEMA ". Any solution for this in 8.0? Ps.: solutions different of "CREATE TABLE as SE