You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Goden Yao (JIRA)" <ji...@apache.org> on 2015/10/28 22:28:27 UTC

[jira] [Updated] (HAWQ-101) Remove postgres version number from HAWQ

     [ https://issues.apache.org/jira/browse/HAWQ-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goden Yao updated HAWQ-101:
---------------------------
    Description: 
Some version numbers showing in command line is due to historical reason that HAWQ is derived from Greenplum and postgres.

It doesn't make sense to have these version numbers which would confuse users after open source.

{code:actionscript}
gpadmin@rhel65-1 ~]$ psql --version
psql (PostgreSQL) 8.2.15
contains support for command-line editing
{code}

{code:actionscript}
[gpadmin@rhel65-1 ~]$ postgres --version
postgres (HAWQ) 8.2.15
{code}

{code:actionscript}
[gpadmin@rhel65-1 ~]$ postgres --hawq-version
postgres (HAWQ) 2.0.0.0 build dev
{code}

{code:actionscript}
[gpadmin@rhel65-1 ~]$ postgres --gp-version
postgres (HAWQ) 4.2.0 build 1
{code}

  was:
Some version numbers showing in command line is due to historical reason that HAWQ is derived from Greenplum and postgres.

It doesn't make sense to have these version numbers which would confuse users after open source.

{code: actionscript}
gpadmin@rhel65-1 ~]$ psql --version
psql (PostgreSQL) 8.2.15
contains support for command-line editing
{code}

{code: actionscript}
[gpadmin@rhel65-1 ~]$ postgres --version
postgres (HAWQ) 8.2.15
{code}

{code: actionscript}
[gpadmin@rhel65-1 ~]$ postgres --hawq-version
postgres (HAWQ) 2.0.0.0 build dev
{code}

{code: actionscript}
[gpadmin@rhel65-1 ~]$ postgres --gp-version
postgres (HAWQ) 4.2.0 build 1
{code}


> Remove postgres version number from HAWQ 
> -----------------------------------------
>
>                 Key: HAWQ-101
>                 URL: https://issues.apache.org/jira/browse/HAWQ-101
>             Project: Apache HAWQ
>          Issue Type: Task
>            Reporter: Goden Yao
>            Assignee: Roman Shaposhnik
>
> Some version numbers showing in command line is due to historical reason that HAWQ is derived from Greenplum and postgres.
> It doesn't make sense to have these version numbers which would confuse users after open source.
> {code:actionscript}
> gpadmin@rhel65-1 ~]$ psql --version
> psql (PostgreSQL) 8.2.15
> contains support for command-line editing
> {code}
> {code:actionscript}
> [gpadmin@rhel65-1 ~]$ postgres --version
> postgres (HAWQ) 8.2.15
> {code}
> {code:actionscript}
> [gpadmin@rhel65-1 ~]$ postgres --hawq-version
> postgres (HAWQ) 2.0.0.0 build dev
> {code}
> {code:actionscript}
> [gpadmin@rhel65-1 ~]$ postgres --gp-version
> postgres (HAWQ) 4.2.0 build 1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)