Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active January 25, 2016 04:10
Show Gist options
  • Save kjunichi/e1c47c1f77be3e791bdc to your computer and use it in GitHub Desktop.
Save kjunichi/e1c47c1f77be3e791bdc to your computer and use it in GitHub Desktop.
2016/1/23

getApt

/usr/include -> /app/usr/local/include
/usr/lib/x86_64-linux-gnu/ -> /app/usr/local/lib
/usr/lib/x86_64-linux-gnu/pkgconfig -> /app/usr/local/lib/pkgconfig

pg_ctl

pg_ctl status -D "d:\Program Files (x86)\PostgreSQL\8.4\data"
pg_ctl start -D "d:\Program Files (x86)\PostgreSQL\8.4\data"

Link

関連

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment