Munmud opened a new pull request, #814:
URL: https://github.com/apache/age/pull/814

   As mentioned in issue : #812 
   
   Example :
   ```
   python test_age_py.py \
   -host "127.0.0.1" \
   -db "postgres" \
   -u "postgres" \
   -pass "agens" \
   -port 5432 \
   -gn "test_graph"
   ```
   
   ### Must add
   - `-db` for database name
   - `-u` for username
   -  `-pass` for password
   
   ### Optional argument (If not match with default)
   - `-host` for hostname. Default is "127.0.0.1"
   - `port` for port no. Default is 5432
   - `-gn` for graph name. Default is "test_graph"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to