Re: [HACKERS] PostGIS Out-DB Raster Not Behaving As Expected

2017-04-11 Thread Osahon Oduware
Hi Robert, Thanks, I have done so and the issue has been resolved. On Tue, Apr 11, 2017 at 2:56 PM, Robert Haas wrote: > On Mon, Apr 10, 2017 at 10:51 PM, Osahon Oduware > wrote: > > I created an out-db raster using the following syntax: > > > > raster2pgsql -s {srid} -c -R -I -C -F -t auto {a

Re: [HACKERS] PostGIS Out-DB Raster Not Behaving As Expected

2017-04-11 Thread Robert Haas
On Mon, Apr 10, 2017 at 10:51 PM, Osahon Oduware wrote: > I created an out-db raster using the following syntax: > > raster2pgsql -s {srid} -c -R -I -C -F -t auto {absolute_file_path} > public.{table} | psql -h {host} -p {port} -d {database} -U {user} > > The table was created successfully. I want

[HACKERS] PostGIS Out-DB Raster Not Behaving As Expected

2017-04-10 Thread Osahon Oduware
Hi All, I created an out-db raster using the following syntax: raster2pgsql -s {srid} -c -R -I -C -F -t auto {absolute_file_path} public.{table} | psql -h {host} -p {port} -d {database} -U {user} The table was created successfully. I wanted to confirm that the actual file is being read from the