How can I use the schema name when I'm renaming a table?

This should work:

ALTER TABLE log.partitioned_requests RENAME TO old_requests ;
2 Likes