Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Postgres:
    • on OSX double click the installer package
    • on Redhat / CentOS run the following as root:

      Code Block
      yum install <madlib_package> --nogpgcheck

      or

      Code Block
      languagebash
      rpm -i <madlib_package>


  • Greenplum Database:
    • on Redhat / CentOS run the following as gpadmin:

      Code Block
      languagebash
      gppkg -i <madlib_package>



  • HDB/HAWQ:
    • on Redhat / CentOS run the following as gpadmin:

      Code Block
      languagebash
      gppkg -i <madlib_package>


...