Github user orhankislal commented on a diff in the pull request:
https://github.com/apache/incubator-madlib/pull/108#discussion_r107780437
--- Diff: src/ports/postgres/modules/utilities/pivot.sql_in ---
@@ -127,6 +134,18 @@ pivot(
a dictionary output file will be created and a message given to the
user.
</dd>
+ <dt>output_type (optional)</dt>
+ <dd>VARCHAR. default: 'column'. This parameter controls the output
format
+ of the pivoted variables. If 'column', a column is created for each
pivot
+ variable. PostgreSQL limits the number of columns in a table.
--- End diff --
Maybe we should suggest a number for the user to start considering this
option.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---