| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | Osahon Oduware <osahon(dot)gis(at)gmail(dot)com> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Renaming Raster Table |
| Date: | 2017-07-06 16:05:54 |
| Message-ID: | CAKFQuwafjtu_idhVcoSEwXcf5Lf8p-FhCuqycOs_ZLVh5gF1zQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, Jul 6, 2017 at 8:52 AM, Osahon Oduware <osahon(dot)gis(at)gmail(dot)com> wrote:
> 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*.
>
While you may get a response here the PostGIS project appears to host its
own mailing lists and you might find you get a faster/better response if
you ask this very product specific question over there.
David J.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Seamus Abshere | 2017-07-06 16:59:10 | CREATE AGGREGATE on jsonb concat |
| Previous Message | Osahon Oduware | 2017-07-06 15:52:27 | Renaming Raster Table |