cybertec-postgresql / db_migrator

Other
21 stars 8 forks source link

Fix create foreign table logging #10

Closed fljdin closed 1 year ago

fljdin commented 1 year ago

Found a obvious bug when a error occurred with an invalid CREATE FOREIGN TABLE statement.

This PR aims to fix log with schema and object name related to "create foreign table" operation on RAISE WARNING and INSERT INTO migrate_log.

laurenz commented 1 year ago

Thanks!