File: README

package info (click to toggle)
pgxnclient 1.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 3,545; sh: 71; makefile: 53
file content (8 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
This directory contain test files for high level testing.

Currently you should run:

- make_env.sh (will compile postgres and create a cluster)
- pg_ctl.sh start (will start the test cluster on port 15432)
- test_WHAT.sh (will install, test, uninstall the extension WHAT)
- pg_ctl.sh stop (guess what)