[ https://issues.apache.org/jira/browse/HAWQ-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lei Chang updated HAWQ-101: --------------------------- Issue Type: Wish (was: Task) > Remove postgres version number from HAWQ > ----------------------------------------- > > Key: HAWQ-101 > URL: https://issues.apache.org/jira/browse/HAWQ-101 > Project: Apache HAWQ > Issue Type: Wish > Components: Command Line Tools > Reporter: Goden Yao > Assignee: Lei Chang > Priority: Minor > Labels: OSS > Fix For: backlog > > > 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)