<div dir="ltr"><div style="font-size:12.8px">Hi All,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I used the raster2pgsql tool to load a raster with overviews into a PostGIS database using the following format:</div><div style="font-size:12.8px">raster2pgsql -s <SRID> -d -Y -e -I -C -F -M -l 2,4,8,16 /path/to/raster/file <table_name> | psql -h <host_address> -U postgres -p 5432 -d <database></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Now, <b>I want to rename the raster table and I would like to know the affected tables and the required changes to be done without affecting the functionality of the raster/overviews</b>.</div></div>