Using pg_exec during a copy transaction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux