Abstrct / Schemaverse

The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL database. Compete against other players using raw SQL commands to command your fleet. Or, if your PL/pgSQL-foo is strong, wield it to write AI and have your fleet command itself!
schemaverse.com
PostgreSQL License
356 stars 39 forks source link

Some permissions are incorrect #4

Closed Abstrct closed 14 years ago

Abstrct commented 14 years ago

There is an UPDATE granted on tables Trade and Fleet but no SELECT granted. These need to be changed to UPDATES on the my_ views and rules created on those views.

Abstrct commented 14 years ago

Fixed the crap out of this. No table now has UPDATE without SELECT.