[GENERAL] Renaming Raster Table

Поиск
Список
Период
Сортировка
От Osahon Oduware
Тема [GENERAL] Renaming Raster Table
Дата
Msg-id CAGpiUSj88CVjWVL52LFVDkL3ruzmZuC0OV8ZCT=Wmy+3hRzdaw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] Renaming Raster Table
Re: [GENERAL] Renaming Raster Table
Список 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 по дате отправления:

Предыдущее
От: Steve DeLong
Дата:
Сообщение: Re: [GENERAL] Trying to reduce xlog wal files
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Renaming Raster Table