<div dir="ltr">Good morning,<br>I am new to Postgresql. I have 50 tables into a "ign" schema (schema other than public).<br>I would like for each of these 50 tables:<br><br>- Add a prefix to the name of the table: "IGN_bdTopo_"<br>- Add a suffix to the table name: "_V1"<br>- create a new "date" column of date type. And populate this field with the value: 06/15/2021<br>- create a new "source" column of type varchar (length 50). And populate this field with the value: 'ign'.<br>- move all the elements of these 50 tables (including all). from the "ign" schema to the "ign_v2" schema. Whether data, constraints, indexes.<br><br>If someone couldĀ  help me? Thank you so much.<br></div>