Yes, that's what I mean. I didn't try it but I think you need to tell raster2pgsql that double quotes are part of the string and not a simple text delimiter. 

It could look like something like this:
raster2pgsql raster_options_go_here raster_file someschema.\"sometable\"

Hug

Le 13 juil. 2017 1:13 PM, Osahon Oduware <[email protected]> a écrit :
Hi Hugues,

Thanks for your response. Do you mean escape with a backslash as is done with most programming languages? Please, provide an example.

On Thu, Jul 13, 2017 at 11:27 AM, Hugues François <[email protected]> wrote:
Hi,

Did you try to escape double quotes in the raster2pgsql command line ?

Regards,
Hug


Le 13 juil. 2017 12:21 PM, Osahon Oduware <[email protected]> a écrit :
Hi All,

I wanted to know if there is a way to specify a raster table name with Upper-Case characters using the raster2pgsql tool. I have tried enclosing the table name in double-quotes, but the raster2pgsql tool seems to convert it to Lower-Case characters.

Knowing how to do this would save me from the current challenge of renaming the raster table after they have been created (see the link below):
Renaming Raster Table

I would be glad if someone could help me with this.


_______________________________________________
postgis-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/postgis-users


_______________________________________________
postgis-users mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to