Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

rjuju/postgres-manage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Understood versions:

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)

bashrc example:

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=/tmp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp