- Notifications
You must be signed in to change notification settings - Fork1
rjuju/postgres-manage
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
9.3.59.3.beta29.2.rc19.4alpha1dev (head)9.3.dev (most recent commit for 9.3 major version)review (like head, if needed for hacking)
function pg(){ source <(/home/marc/postgres/postgres.pl -version $1 -mode env)}export PGMANAGE="/home/marc/postgres/postgres.pl"alias pgstart="$PGMANAGE -mode start"alias pgstartall="$PGMANAGE -mode startall"alias pgstop="$PGMANAGE -mode stop"alias pgstopall="$PGMANAGE -mode stopall"alias pgrestart="pgstop;pgstart"alias pgrestartall="pgstopall;pgstartall"alias pgbuild="$PGMANAGE -mode build"alias pgbuildpostgis="$PGMANAGE -mode build_postgis"alias pgclean="$PGMANAGE -mode clean"alias pgls="$PGMANAGE -mode list"alias pglsavail="$PGMANAGE -mode list_avail"alias pglslatest="$PGMANAGE -mode list_latest"alias pgrebuild="$PGMANAGE -mode rebuild_latest"alias pggitupdate="$PGMANAGE -mode git_update"alias pgdoxy="$PGMANAGE -mode doxy"alias pgslave="$PGMANAGE --mode slave"# Additional usage example#export PGSUPARGS='-c fsync=off -c shared_buffers=1GB'export PGHOST=/tmpAbout
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors4
Uh oh!
There was an error while loading.Please reload this page.