Resource management functions

* Added defs.uoc_resources() set of functions which create or update
basic resources.

 * Added defs.uoc_natural_resources() set of functions which create or
update natural resources.
This commit is contained in:
Emmanuel BENOîT 2011-12-19 16:00:01 +01:00
parent 4e1bb91780
commit bed784a8e1
7 changed files with 1056 additions and 1 deletions
legacyworlds/doc

View file

@ -16,7 +16,13 @@ SERVER & DATABASE:
! Add some form of database version control to allow easier updates
-> existing options were investigated, they are unsatisfactory
* Replace all single-precision reals with double precision reals
! SQL code clean-up:
* Replace all single-precision reals with double precision reals
* Make sure internal functions cannot be called by the main user
* Make sure functions that are supposed to be executed by the main
user are not public
* Rename all views to v_*
* Rename all table fields to use a prefix
* Add a tool to initialise the database