postgresql/src/interfaces/libpq/test
2012-06-10 15:20:04 -04:00
..
expected.out When using libpq URI syntax, error out on invalid parameter names. 2012-06-08 08:47:24 -04:00
Makefile Accept postgres:// URIs in libpq connection functions 2012-04-11 04:33:51 -03:00
README Accept postgres:// URIs in libpq connection functions 2012-04-11 04:33:51 -03:00
regress.in libpq: URI parsing fixes 2012-05-28 22:44:34 +03:00
regress.sh Accept postgres:// URIs in libpq connection functions 2012-04-11 04:33:51 -03:00
uri-regress.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00

This is a testsuite for testing libpq URI connection string syntax.

To run the suite, use 'make installcheck' command.  It works by
running 'regress.sh' from this directory with appropriate environment
set up, which in turn feeds up lines from 'regress.in' to
'uri-regress' test program and compares the output against the correct
one in 'expected.out' file.