doc/book/en/annexes/faq.rst
changeset 2533 07a744f64c2e
parent 2476 1294a6bdf3bf
child 2535 c7b736929a58
--- a/doc/book/en/annexes/faq.rst	Tue Jul 28 18:44:19 2009 +0200
+++ b/doc/book/en/annexes/faq.rst	Tue Jul 28 19:41:09 2009 +0200
@@ -188,11 +188,8 @@
 
   It depends on what has been modified in the schema.
 
-  * Update of an attribute permissions and properties:
-    ``synchronize_eschema('MyEntity')``.
-
-  * Update of a relation permissions and properties:
-    ``synchronize_rschema('MyRelation')``.
+  * Update the permissions and properties of an entity or a relation:
+    ``sync_schema_props_perms('MyEntityOrRelation')``.
 
   * Add an attribute: ``add_attribute('MyEntityType', 'myattr')``.