alter table schema on 8.0.X - Mailing list pgsql-general

From William Leite Araújo
Subject alter table schema on 8.0.X
Date
Msg-id bc63ad820512010425g31300ac0x@mail.gmail.com
Whole thread Raw
Responses Re: alter table schema on 8.0.X
List pgsql-general
     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 <table> SET SCHEMA <new_schema>". Any solution for this in 8.0?
    

Ps.: solutions different of "CREATE TABLE <new_schema.table> as SELECT * FROM schema.table" please.

--
William Leite Araújo

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: postgres log file
Next
From: "John D. Burger"
Date:
Subject: Re: Finding uniques across a big join