Re: [GENERAL] Renaming Raster Table

2017-07-07 Thread Osahon Oduware
Hi David, Thanks, I have done so. On Thu, Jul 6, 2017 at 5:05 PM, David G. Johnston < david.g.johns...@gmail.com> wrote: > On Thu, Jul 6, 2017 at 8:52 AM, Osahon Oduware > wrote: > >> Hi All, >> >> I used the raster2pgsql tool to load a raster with overviews into a >> PostGIS database using the

Re: [GENERAL] Renaming Raster Table

2017-07-07 Thread Osahon Oduware
Hi Adrian, Thanks for your response. I have already loaded the raster, but *I want to rename the raster table and I am asking of how to do this **without affecting the functionality of the raster/overviews*. On Thu, Jul 6, 2017 at 6:27 PM, Adrian Klaver wrote: > On 07/06/2017 08:52 AM, Osahon O

Re: [GENERAL] Renaming Raster Table

2017-07-06 Thread Adrian Klaver
On 07/06/2017 08:52 AM, Osahon Oduware wrote: Hi All, I used the raster2pgsql tool to load a raster with overviews into a PostGIS database using the following format: raster2pgsql -s -d -Y -e -I -C -F -M -l 2,4,8,16 /path/to/raster/file | psql -h -U postgres -p 5432 -d Now, *I want to r

Re: [GENERAL] Renaming Raster Table

2017-07-06 Thread David G. Johnston
On Thu, Jul 6, 2017 at 8:52 AM, Osahon Oduware wrote: > Hi All, > > I used the raster2pgsql tool to load a raster with overviews into a > PostGIS database using the following format: > raster2pgsql -s -d -Y -e -I -C -F -M -l 2,4,8,16 > /path/to/raster/file | psql -h -U postgres -p > 5432 -d >