# HG changeset patch # User jbe # Date 1581437440 -3600 # Node ID f5017127497474bd07287acf722b264d0e5f4103 # Parent f69e0d9e5bb3e333dcda53eac821c31e9d0a77c4 Included hint in README on solving apparently missing data types from extensions diff -r f69e0d9e5bb3 -r f50171274974 README --- a/README Tue Feb 11 15:41:33 2020 +0100 +++ b/README Tue Feb 11 17:10:40 2020 +0100 @@ -62,3 +62,8 @@ $ exit # leave "su" command $ rm tmp.sql +NOTE: If PostgreSQL fails to locate the extensions' datatypes, it may + be necessary to add 'public' to the 'search_path' variable in + the data-only export (tmp.sql in the example above), which is + set by the function call pg_catalog.set_config(...). +