[
https://issues.apache.org/jira/browse/MADLIB-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193803#comment-16193803
]
ASF GitHub Bot commented on MADLIB-1153:
----------------------------------------
Github user edespino commented on the issue:
https://github.com/apache/madlib/pull/189
@iyerr3 - Good point. For reference, there are several other references to
**current** in *.sql_in files. Maybe we can add a statement up front indicating
Greenplum is based on an older PostgreSQL version and to reference appropriate
versions as needed.
```
Ack started at Thu Oct 5 14:48:34
ack -i "https://www.postgresql.org/docs"
methods/sketch/src/pg_gp/sketch.sql_in
73:@note This is a [User Defined
Aggregate](https://www.postgresql.org/docs/current/static/xaggr.html)
185:@note This is a [User Defined
Aggregate](https://www.postgresql.org/docs/current/static/xaggr.html)
332:@note This is a [User Defined
Aggregate](https://www.postgresql.org/docs/current/static/xaggr.html)
src/ports/postgres/modules/utilities/pivot.sql_in
678:[1]
https://www.postgresql.org/docs/current/static/functions-aggregate.html
680:[2]
https://www.postgresql.org/docs/current/static/sql-createaggregate.html
682:[3] https://www.postgresql.org/docs/current/static/xaggr.html
src/ports/postgres/modules/utilities/sessionize.sql_in
236:https://www.postgresql.org/docs/8.4/static/datatype-datetime.html
Ack finished at Thu Oct 5 14:48:34
```
> PostgreSQL version number in pivot
> ----------------------------------
>
> Key: MADLIB-1153
> URL: https://issues.apache.org/jira/browse/MADLIB-1153
> Project: Apache MADlib
> Issue Type: Documentation
> Components: Documentation
> Reporter: Anthony Nowocien
> Assignee: Ed Espino
> Priority: Trivial
> Fix For: v1.13
>
>
> The links at the end of
> https://madlib.apache.org/docs/latest/group__grp__pivot.html all point out to
> PostgreSQL version 8.2, which has been EOL for almost 6 years as can be seen
> on https://www.postgresql.org/support/versioning/
> Those links could be replaced with the current version:
> https://www.postgresql.org/docs/current/static/functions-aggregate.html
> https://www.postgresql.org/docs/current/static/sql-createaggregate.html
> https://www.postgresql.org/docs/current/static/xaggr.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)