# HG changeset patch # User jbe # Date 1344464858 -7200 # Node ID 82f0e365f4183a98c2bf039aa8bbba59e6851c90 # Parent f9c324f0cfe512f75263f6dd7ba481904c7e73f2 Hint in function "delete_private_data" for cases where different data shall be deleted diff -r f9c324f0cfe5 -r 82f0e365f418 core.sql --- a/core.sql Thu Aug 09 00:13:40 2012 +0200 +++ b/core.sql Thu Aug 09 00:27:38 2012 +0200 @@ -4474,7 +4474,7 @@ END; $$; -COMMENT ON FUNCTION "delete_private_data"() IS 'Used by lf_export script. DO NOT USE on productive database, but only on a copy! This function deletes all data which should not be publicly available, and can be used to create a database dump for publication.'; +COMMENT ON FUNCTION "delete_private_data"() IS 'Used by lf_export script. DO NOT USE on productive database, but only on a copy! This function deletes all data which should not be publicly available, and can be used to create a database dump for publication. See source code to see which data is deleted. If you need a different behaviour, copy this function and modify lf_export accordingly, to avoid data-leaks after updating.';