Closed a2htray closed 6 years ago
the 'feature' table is in the 'chado' schema instead of the default 'public' schema. If you're using other tools to issue the SQL command, you'll need to set the 'search_path' before issuing your SQL statement:
SET search_path TO chado; [your SQL statement goes here]
hi, @chunhuaicheng
i need to populate the
chado_search_gene_search
MV when i usechado_search
, but i show 0 row after executing thedrush trp-run-jobs --username=admin --root=/var/www/html
command. So i execute the MV query belowand throw an exception
[42P01] ERROR: relation "feature" does not exist
, i don't kown where thefeature
get from.