Re: [PHP-DB] Copy table to file inside PHP

2001-02-05 Thread Brian C. Doyle
What is the error you get? To do the Copy you need to specify a userid in your pg_connect like $conn = pg_connect ("host=localhost port=5432 user=userid dbname=dbname"); That should take care of it. It did for me! At 12:02 AM 2/6/01 +0900, Achmad Gutomo wrote: Hi PHP Gurus ! Anyone have idea

Re: [PHP-DB] Copy table to file inside PHP

2001-02-05 Thread Brian C. Doyle
The userid needs to be your DB Super User (ie allowed to create db's) At 11:15 AM 2/5/01 -0500, Brian C. Doyle wrote: What is the error you get? To do the Copy you need to specify a userid in your pg_connect like $conn = pg_connect ("host=localhost port=5432 user=userid dbname=dbname"); That