|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.73
">pg_copy_toDescriptionint pg_copy_to ( int connection, string table_name [, string delimiter [, string null_as]])pg_copy_to() copies a table to an array. The resulting array is returned. It returns FALSE on failure. See also pg_copy_from()
|