Renaming Raster Table

From: Osahon Oduware <osahon(dot)gis(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Renaming Raster Table
Date: 2017-07-06 15:52:27
Message-ID: CAGpiUSj88CVjWVL52LFVDkL3ruzmZuC0OV8ZCT=Wmy+3hRzdaw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

I used the raster2pgsql tool to load a raster with overviews into a PostGIS
database using the following format:
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>

Now, *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*.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2017-07-06 16:05:54 Re: Renaming Raster Table
Previous Message Steve DeLong 2017-07-06 15:20:42 Re: Trying to reduce xlog wal files