Search Postgresql Archives

Re: Move table - New schema

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 09/18/2012 03:48 AM, António Rodrigues wrote:
Hi list,

(newbie question)

I'm trying to move a set of tables between schemas.

Tried:

ALTER TABLE tablename
     SET SCHEMA schemaname

It gives me error: "schema schemaname does not exist" (it does)

http://www.postgresql.org/docs/9.0/interactive/sql-altertable.html

"You must own the table to use ALTER TABLE. To change the schema of a table, you must also have CREATE privilege on the new schema"

Are you doing the above as the owner of the table and does the owner have CREATE privileges on the new schema?


Any help please.
Thanks,
António


--
Adrian Klaver
adrian.klaver@xxxxxxxxx


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux