<div dir="ltr"><span style="font-size:12.8px">Hi All,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I created an out-db raster using the following syntax:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">raster2pgsql -s {srid} -c -R -I -C -F -t auto {absolute_file_path} public.{table} | psql -h {host} -p {port} -d {database} -U {user}<br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The table was created successfully. I wanted to confirm that the actual file is being read from the location in the filesystem by performing the following steps:</div><div style="font-size:12.8px">1) I moved the raster file to a different location.</div><div style="font-size:12.8px">2) I opened QGIS and attempted to load the raster from PostGIS table.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I was surprised that QGIS could load the file. <b>How is this possible when the actual raster data is not stored in the database table?</b></div></div>