[
https://issues.apache.org/jira/browse/MADLIB-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517436#comment-15517436
]
Martin Jensen edited comment on MADLIB-1024 at 9/23/16 8:08 PM:
----------------------------------------------------------------
CREATE SCHEMA madlib;
CREATE EXTENSION madlib WITH SCHEMA madlib
ERROR: aggregate cannot accept shell type madlib.svec
********** Error **********
ERROR: aggregate cannot accept shell type madlib.svec
SQL state: 42P13
Correction: OS is debian:jessie
I am trying to build a Docker image with Madlib. My image inherits from
official Postgres Dokcer images:
https://github.com/docker-library/postgres/blob/fc36c25f8ac352f1fea6d0e7cf8d9bd92a4e720f/9.5/Dockerfile
was (Author: martinjensen):
CREATE SCHEMA madlib;
CREATE EXTENSION madlib WITH SCHEMA madlib
ERROR: aggregate cannot accept shell type madlib.svec
********** Error **********
ERROR: aggregate cannot accept shell type madlib.svec
SQL state: 42P13
Correction: OS is debian:jessie
> CREATE EXTENSION madlib fails
> -----------------------------
>
> Key: MADLIB-1024
> URL: https://issues.apache.org/jira/browse/MADLIB-1024
> Project: Apache MADlib
> Issue Type: Bug
> Reporter: Martin Jensen
>
> When installing madlib with PGXN on PG 9.5.4, Ubuntu 16.04 I get the
> following error when trying to create the extension:
> ERROR: aggregate cannot accept shell type public.svec
> ********** Error **********
> ERROR: aggregate cannot accept shell type public.svec
> SQL state: 42P13
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)