Code

issue2550678: Allow pagesize=-1 which returns all results.
[roundup.git] / doc / postgresql.txt
index fd19a7ae5e5acb3af57ddf88ebd6359cea71265d..8fd6abc5626014866a7b5f58664229ce5043b763 100644 (file)
@@ -25,10 +25,8 @@ Running the PostgreSQL unit tests
 
 The user that you're running the tests as will need to be able to access
 the postgresql database on the local machine and create and drop
-databases. Edit the ``test/test_postgresql.py`` database connection info if
-you wish to test against a different database.
-
-The test database will be called "rounduptest".
+databases. See the config values in 'test/db_test_base.py' 
+about which database connection, name and user will be used.
 
 
 Credit