postgresql/src/interfaces/ecpg/test/connect
Tom Lane 4afd557901 Still more .gitignore cleanup.
Fix overly-enthusiastic ignores, as identified by
git ls-files -i --exclude-standard
2010-09-24 13:48:20 -04:00
..
.gitignore Still more .gitignore cleanup. 2010-09-24 13:48:20 -04:00
Makefile Removed port testing. 2008-12-01 11:37:37 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +00: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 *** empty log message *** 2007-12-28 11:25:21 +00:00

$PostgreSQL: pgsql/src/interfaces/ecpg/test/connect/README,v 1.2 2008/03/21 13:23:28 momjian Exp $

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.