ID: 16854 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: linux PHP Version: 4.2.0 New Comment:
The pgsql_create.sql script is supplied by PostgreSQL, not by PHP. Not a bug in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-04-26 11:17:16] [EMAIL PROTECTED] the pgsql_create.sql script has a comment that says to run the script with: psql -f pgsql_create.sql the postgres client requires you to specify a database name so i use the system catalog, template1 like this: psql -f pgsql_create.sql template1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16854&edit=1