From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.2.0 PHP Bug Type: Documentation problem Bug description: pgsql_create.sql comment fix
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 bug report at http://bugs.php.net/?id=16854&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=16854&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=16854&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=16854&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=16854&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=16854&r=support Expected behavior: http://bugs.php.net/fix.php?id=16854&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=16854&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=16854&r=submittedtwice