Write a cop for rubocop when adding postgresql attribute
We share a template between Postgresql and Geo-postgresql. This is causing failures in case we forget to include the attribute in geo section.
We have a few options:
- Use separate templates -> I don't like this because it duplicates the effort of maintaining 2 templates
- Always check if the variable is nil in the template -> I don't like this because we can still easily miss adding a new attribute to geo
- Write a custom cop that will check if the same attribute exists in geo-postgresql section