Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
docs: fix test password in readme
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
pgjdbc/src/test/java/org/postgresql/test/README
|
@@ -58,7 +58,7 @@ loss of data. We recommend you assign the following names: |
|
|
|
|
|
database: test |
|
|
username: test |
|
|
password: password |
|
|
password: test |
|
|
|
|
|
These names correspond with the default names set for the test suite |
|
|
in $JDBC_SRC/build.xml. If you have chosen other names you need to |
|
|