liquid_feedback_core
diff README @ 605:f50171274974
Included hint in README on solving apparently missing data types from extensions
author | jbe |
---|---|
date | Tue Feb 11 17:10:40 2020 +0100 (2020-02-11) |
parents | 37d6d15919f1 |
children | 5b7c4082d7b3 |
line diff
1.1 --- a/README Tue Feb 11 15:41:33 2020 +0100 1.2 +++ b/README Tue Feb 11 17:10:40 2020 +0100 1.3 @@ -62,3 +62,8 @@ 1.4 $ exit # leave "su" command 1.5 $ rm tmp.sql 1.6 1.7 +NOTE: If PostgreSQL fails to locate the extensions' datatypes, it may 1.8 + be necessary to add 'public' to the 'search_path' variable in 1.9 + the data-only export (tmp.sql in the example above), which is 1.10 + set by the function call pg_catalog.set_config(...). 1.11 +