pg_copy_to

pg_copy_to -- Kopiert eine Tabelle in ein Array

Beschreibung

int pg_copy_to ( int connection, string table_name [, string delimiter [, string null_as]])

pg_copy_to( ) kopiert eine Tabelle in ein Array . Die Funktion gibt das Array als Ergebnis zurück , falls die Aktion erfolgreich war , anderenfalls FALSE .

Siehe auch pg_copy_from( )