Project

General

Profile

« Previous | Next » 

Revision 12597

schemas/vegbien.sql: public_validations schema comment: documented how to remove a validations query so its columns can be changed (use public_validations.rm_query_view())

View differences:

vegbien.sql
29 29
SET search_path = public_validations, pg_catalog;
30 30
to the last _* view
31 31
**IMPORTANT**: run every function that matches "CREATE FUNCTION keys("
32

  
33
to remove a validations query so its columns can be changed:
34
SELECT public_validations.rm_query_view(''public_validations._view_name'');
32 35
';
33 36

  
34 37

  

Also available in: Unified diff