1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/pgsql/tests
Dmitry Stogov b71fbade32 Fixed test
2015-04-08 16:29:29 +03:00
..
2006-12-12 09:15:25 +00:00
2015-04-08 16:29:29 +03:00
2013-08-20 17:38:17 +09:00
2014-11-12 17:57:20 +01:00
2013-08-20 17:38:17 +09:00
2008-06-30 01:23:30 +00:00
2014-10-31 18:57:59 +01:00
2009-01-30 14:50:05 +00:00

Test scripts assumes: 
 - PostgreSQL server is installed locally
 - there is a PostgreSQL account for the users running the test scripts
 - there is database named "test"

For instance, if your login name is 'testuser', you should have PostgreSQL 
user account named 'testuser' and grant that user access to the database 
'test'.

If you have account and database, type "createdb test" from command prompt 
to create the database to execute the test scripts. By executing the above 
command as the same user running the tests you ensure that the user is 
granted access to the database.

If you find problems in PostgreSQL module, please mail to
intenals@lists.php.net, helly@php.net or yohgaki@php.net.