Lines Matching refs:su
646 su -m pgsql -c "initdb -D $MNTDIR/db"
647 su -m pgsql -c "pg_ctl -D $MNTDIR/db -l /tmp/log start"
649 su -m pgsql -c "pgbench -i postgres"
650 su -m pgsql -c "pgbench -t 10000 postgres"
651 su -m pgsql -c "pg_ctl -D $MNTDIR/db stop"
661 su -m pgsql -c "initdb -D /$ZFSPOOL/db"
662 su -m pgsql -c "pg_ctl -D /$ZFSPOOL/db -l /tmp/log start"
664 su -m pgsql -c "pgbench -i postgres"
665 su -m pgsql -c "pgbench -t 10000 postgres"
666 su -m pgsql -c "pg_ctl -D /$ZFSPOOL/db stop"
678 su -m postgres -c "initdb -D $MNTDIR/db"
679 su -m postgres -c "pg_ctl -D $MNTDIR/db -l /tmp/log start"
681 su -m postgres -c "pgbench -i"
682 su -m postgres -c "pgbench -t 10000"
683 su -m postgres -c "pg_ctl -D $MNTDIR/db stop"
693 su -m postgres -c "initdb -D $MNTDIR/db"
694 su -m postgres -c "pg_ctl -D $MNTDIR/db -l /tmp/log start"
696 su -m postgres -c "pgbench -i"
697 su -m postgres -c "pgbench -t 10000"
698 su -m postgres -c "pg_ctl -D $MNTDIR/db stop"
711 su postgres -c "initdb -D $MNTDIR/db"
712 su postgres -c "pg_ctl -D $MNTDIR/db -l /tmp/log start"
714 su postgres -c "pgbench -i postgres"
715 su postgres -c "pgbench -t 10000 postgres"
716 su postgres -c "pg_ctl -D $MNTDIR/db stop"
726 su postgres -c "initdb -D /$ZFSPOOL/db"
727 su postgres -c "pg_ctl -D /$ZFSPOOL/db -l /tmp/log start"
729 su postgres -c "pgbench -i postgres"
730 su postgres -c "pgbench -t 10000 postgres"
731 su postgres -c "pg_ctl -D /$ZFSPOOL/db stop"