postgresql/src/interfaces/ecpg/test/connect
Noah Misch c82725edfa Let installcheck-world pass against a server requiring a password.
Give passwords to each user created in support of an ECPG connection
test case.  Use SET SESSION AUTHORIZATION, not a fresh connection, to
reduce privileges during a dblink test case.

To test against such a server, both the "make installcheck-world"
environment and the postmaster environment must provide the default
user's password; $PGPASSFILE is the principal way to do so.  (The
postmaster environment needs it for dblink and postgres_fdw tests.)
2014-06-19 21:41:26 -04:00
..
.gitignore Still more .gitignore cleanup. 2010-09-24 13:48:15 -04:00
Makefile Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test1.pgc Removed port testing. 2008-12-01 11:37:37 +00:00
test2.pgc Regression test updates and fixes 2006-08-04 08:52:18 +00:00
test3.pgc Changed lexer to no longer use the default rule. 2006-08-18 15:59:35 +00:00
test4.pgc Hopefully that's it. The remaining files for ecpg regression tests. 2006-08-02 14:14:04 +00:00
test5.pgc Let installcheck-world pass against a server requiring a password. 2014-06-19 21:41:26 -04:00

src/interfaces/ecpg/test/connect/README

Programs in this directory test all sorts of connections.

All other programs just use one standard connection method.

If any details of the regression database get changed (port, unix socket file,
user names, passwords, ...), these programs here have to be changed as well
because they contain hardcoded values.