You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
For some reason non of my users (not even gpadmin) can access the madlib schema. Does this schema need to be created/enabled first?
tutorial=# SELECT (MADlib.one_way_anova (
tutorial(# CASE WHEN carrier = 'US' THEN 1
tutorial(# WHEN carrier = 'DL' THEN 2
tutorial(# ELSE NULL
tutorial(# END,
tutorial(# arrdelayminutes
tutorial(# )).* FROM faa.otp_r;
ERROR: schema "madlib" does not exist
LINE 1: SELECT (MADlib.one_way_anova (
^
The text was updated successfully, but these errors were encountered:
It still can't find MADlib when trying:
%psql.sql SELECT (MADlib.one_way_anova (
CASE WHEN carrier = 'US' THEN 1
WHEN carrier = 'DL' THEN 2
ELSE NULL
END,
arrdelayminutes
)).* FROM faa.otp_r;
For some reason non of my users (not even gpadmin) can access the madlib schema. Does this schema need to be created/enabled first?
tutorial=# SELECT (MADlib.one_way_anova (
tutorial(# CASE WHEN carrier = 'US' THEN 1
tutorial(# WHEN carrier = 'DL' THEN 2
tutorial(# ELSE NULL
tutorial(# END,
tutorial(# arrdelayminutes
tutorial(# )).* FROM faa.otp_r;
ERROR: schema "madlib" does not exist
LINE 1: SELECT (MADlib.one_way_anova (
^
The text was updated successfully, but these errors were encountered: