-
- Downloads
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.)
Showing
- contrib/dblink/expected/dblink.out 4 additions, 5 deletionscontrib/dblink/expected/dblink.out
- contrib/dblink/sql/dblink.sql 4 additions, 5 deletionscontrib/dblink/sql/dblink.sql
- src/interfaces/ecpg/test/connect/test5.pgc 10 additions, 8 deletionssrc/interfaces/ecpg/test/connect/test5.pgc
- src/interfaces/ecpg/test/expected/connect-test5.c 44 additions, 38 deletionssrc/interfaces/ecpg/test/expected/connect-test5.c
- src/interfaces/ecpg/test/expected/connect-test5.stderr 13 additions, 5 deletionssrc/interfaces/ecpg/test/expected/connect-test5.stderr
Loading
Please register or sign in to comment