I'm playing around with selecting tables from mult...
# random
b
I'm playing around with selecting tables from multiple source schemas in a postgres database, and loading all of them into the same schema in the target postgres. Is there anyway to insert the source schema as a new column value in the target tables? So that I can know which records came from which source schemas?