check_function_body=off may be what I want during the site install as the definitions should be correct in all aspects.
You should probably just have one "test" schema and compile your functions with the non-client test schema in the search_path.
David J.
In fact there is just such a thing in the database from which get the DDL to generate new ‘client’ dbs. (This is not commercial in any way). So far I have not needed to bring that template into client space. Do you see a problem with using check_ function_body=off, given that the functions will be developed and tested elsewhere?