"It issues COPY TO SQL command internally to insert records"
I suspect this statement is incorrect, or that s/insert/retrieve/ is appropriate.
![]() |
|
||||||||||
|
pg_copy_toОписаниеarray pg_copy_to ( resource connection, string table_name [, string delimiter [, string null_as]] )pg_copy_to() copies a table to an array. It issues COPY TO SQL command internally to retrieve records. Список параметров
Возвращаемые значенияAn array with one element for each line of COPY data. It returns FALSE on failure. pg_copy_to
setantae at submonkey dot net
27-Nov-2002 10:50
"It issues COPY TO SQL command internally to insert records" |