Move table in postgres to different schema

To move table to different schema in PostgreSQL use:

ALTER TABLE table_name SET SCHEMA schema_name;

Post a Comment

Your email is never published nor shared. Required fields are marked *