To move table to different schema in PostgreSQL use:
ALTER TABLE table_name SET SCHEMA schema_name;
Your email is never published nor shared. Required fields are marked *
Post a Comment