| shared_buffers | = n1 | # 8KB each; pg default: 1000; set it lower than the shared memory; I used n1=30000 |
| sort_mem | = n2 | # size in KB; pg default: 1024; I used n2=4096 |
| vacuum_mem | = n3 | # size in KB; I used n3=65536 |
| enable_nestloop | = false |
| enable_seqscan | = false |
| -h, --help | show the help message and exit |
| -cCONFIG_FILE, --conf=CONFIG_FILE | specifies an alternative config_file |
| -uUSER, --user=USER | defines the name of the db_user |
| -p, --pwd | prompts the password for the db_user |
| -PPWDP, --Pwd=PWDP | specifies the password for the db_user |
|
mbs_init.py mbs_uninstall.py mbs_clean.py mbs_info.py mbs_query.py |
bl_load.py bl_delete.py connectorom |
br_load.py br_drop.py br_anal2.py |
| Author: | Tamas Hegedus |
| email: | hegedus.tamas@mayo.edu |
| web: | http://www.biomembrane.hu/~hegedus/modbiosql |
| date: | 2004.07.15. |