Is it possible when using PostgreSQL to copy data with 'pg_exec($dbh, "COPY tbl FROM stdin");' to issue another pg_exec transaction before 'pg_end_copy($dbh);' is called? My script is hanging after issuing the COPY to read data and then issuing a pg_exec SELECT statement to lookup that data for validity. -- Robert -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php