AquilaX's development blog
Move table in postgres to different schema
To move table to different schema in PostgreSQL use:
ALTER TABLE
table_name
SET SCHEMA
schema_name
;
¶
Posted
26 Aug 2009
†
AquilaX
§
PostgreSQL
‡
Comments (0)
Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus