Changeset 34646

Show
Ignore:
Timestamp:
07/27/09 14:14:32 (4 years ago)
Author:
kazuho
Message:

fix help

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/postgresql/pprofile/trunk/ppdump

    r34644 r34646  
    3636 
    3737Options: 
    38     --host=      address of MySQL server 
    39     --port=      port no. of MySQL server 
    40     --socket=    unix socket of MySQL server 
    41         (by default, connects to the server specified in my.cnf) 
     38    --host=      address of PostgreSQL server (or path to unix domain socket) 
     39    --port=      port no. of PostgreSQL server 
    4240 
    43     --user=      MySQL username (default: postgres) 
    44     --password=  MySQL password (default: no password) 
     41    --user=      username (default: postgres) 
     42    --password=  password (default: no password) 
    4543 
    4644    --interval=  interval between samples (default: 0.1sec)