fmcquillan99 edited a comment on pull request #508: URL: https://github.com/apache/madlib/pull/508#issuecomment-670027767
``` madlib=# SELECT * FROM madlib.summary( 'iris', -- Source table madlib(# 'pg_temp.iris_summary' -- Output table madlib(# ); output_table | num_col_summarized | duration ----------------------+--------------------+------------------- pg_temp.iris_summary | 6 | 0.192517042160034 (1 row) ``` tested on ``` PostgreSQL 8.3.23 (Greenplum Database 5.18.0 build commit:6aec9959d367d46c6b4391eb9ffc82c735d20102) on x86_64-pc-linux-gnu, compiled by GCC gcc (GCC) 6.2.0, 64-bit compiled on Apr 3 2019 14:45:51 ``` LGTM ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org