Why does PostGIS create an ugly table in my database called "spatial_ref_sys"?
0
votes
1
answer
502
views
I need to use PostGIS, and do use it, but it bothers me that it created this ugly "spatial_ref_sys" table in my database, in the main (public) schema, where I keep all my own tables. It looks ugly.
It also has added a trillion "functions", which is not a big problem to me since I don't have any "functions" of my own, or use them, but the same principle stands for this as well.
Why, given that it's an extension/"PG library" of sorts, doesn't it at least use its own schema, as to separate itself from my own stuff? I assume that there is a very good reason, but I can't figure it out.
Asked by Ozro Madison
(1 rep)
Feb 22, 2020, 10:56 PM
Last activity: Oct 28, 2024, 03:07 AM
Last activity: Oct 28, 2024, 03:07 AM