Orhan Kislal created MADLIB-1174:
------------------------------------
Summary: Improve madpack user experience
Key: MADLIB-1174
URL: https://issues.apache.org/jira/browse/MADLIB-1174
Project: Apache MADlib
Issue Type: Improvement
Components: Madpack
Reporter: Orhan Kislal
Fix For: v1.13
1. madpack should behave like psql for connection options. E.g.:
- no host option provided = connect via a Unix-domain socket to a server
on the local host, or via TCP/IP to localhost on machines that don't have
Unix-domain sockets.
- -h /foo = unix socket connection for socket in /foo
- -h foo = tcp connection to foo
- The default user name is your operating-system user name, as is the
default database name.
- Environment variables to use: PGDATABASE, PGHOST, PGPORT, PGUSER
There are two other JIRA's about the password requirements that might be
related to this improvement: MADLIB-346, MADLIB-780
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)