[GENERAL] Renaming Raster Table - Mailing list pgsql-general

From Osahon Oduware
Subject [GENERAL] Renaming Raster Table
Date
Msg-id CAGpiUSj88CVjWVL52LFVDkL3ruzmZuC0OV8ZCT=Wmy+3hRzdaw@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] Renaming Raster Table  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: [GENERAL] Renaming Raster Table  (Adrian Klaver <adrian.klaver@aklaver.com>)
List 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

pgsql-general by date:

Previous
From: Steve DeLong
Date:
Subject: Re: [GENERAL] Trying to reduce xlog wal files
Next
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Renaming Raster Table