[postgis-tickets] [PostGIS] #5011: raster2pgsql lowers schema and table names
PostGIS
trac at osgeo.org
Wed Oct 20 15:19:42 PDT 2021
#5011: raster2pgsql lowers schema and table names
----------------------+---------------------------
Reporter: frafra | Owner: robe
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 3.1.5
Component: raster | Version: 3.1.x
Resolution: invalid | Keywords:
----------------------+---------------------------
Changes (by robe):
* status: new => closed
* resolution: => invalid
Comment:
frafra,
This looks to be intentional behavior.
Have you tried with the -q switch. that should give you the behavior you
are looking for. As noted in that bit of code you highlighted, the
lowercasing is only done if quote identify is false.
{{{
-q Wrap PostgreSQL identifiers in quotes.
}}}
I'm going to mark this as invalid. If using -q doesn't work, feel free to
reopen.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5011#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list