Ticket #300 (closed enhancement: fixed)
Reference and comments for types
| Reported by: | mloskot | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | manual, | Cc: |
Description
I think that the PostGIS Reference could be completed with section called Types listing all data types defined by PostGIS and providing a short overview about it.
Similarly as it is for functions. Actually, it would be naturally as the functions work on data :-)
Next, these sections can feed comments (#35) so PostGIS types are nicely explained by PostgreSQL as it is done for native types
test=# \dT point
List of data types
Schema | Name | Description
------------+-------+--------------------------
pg_catalog | point | geometric point '(x, y)'
(1 row)
but PostGIS types do not include description:
test=# \dT geometry
List of data types
Schema | Name | Description
--------+----------+-------------
public | geometry |
(1 row)
I have attached a basic patch that presents the idea behind this proposal.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

