[postgis-tickets] [PostGIS] #5236: ERROR: type "raster" is only a shell
PostGIS
trac at osgeo.org
Wed Sep 7 14:42:22 PDT 2022
#5236: ERROR: type "raster" is only a shell
-----------------------+----------------------------
Reporter: marc3932 | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.2.4
Component: postgis | Version: 3.2.x
Resolution: | Keywords: postgis_raster
-----------------------+----------------------------
Comment (by marc3932):
PostgreSQL Documentation
https://www.postgresql.org/docs/current/sql-createtype.html
There are five forms of CREATE TYPE, as shown in the syntax synopsis
above. They respectively create a composite type, an enum type, a range
type, a base type, or a **shell type**. The first four of these are
discussed in turn below. A **shell type** is simply a placeholder for a
type to be defined later; it is created by issuing CREATE TYPE with no
parameters except for the type name. **Shell types** are needed as forward
references when creating range types and base types, as discussed in those
sections.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5236#comment:1>
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