OKFNau / TreesMap

Scripts and code for the open data tree repository aggregator
http://opentrees.org
3 stars 0 forks source link

Use 'trees' schema, not database. #2

Open stevage opened 9 years ago

mattcen commented 9 years ago

This sounds a bit vague. I'm interested but I don't understand what you mean. Aren't you using a database table that adheres to the open council data schema you proposed? What's wrong with that?

stevage commented 9 years ago

Sorry, that's a note to self. "schema" is the Postgres word for what other RDBMS call a database. http://www.tutorialspoint.com/postgresql/postgresql_schema.htm

Basically it's annoying having a whole separate database just for the trees stuff, it should be a schema (namespace) within my normal gis database.