Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA19014; Fri, 5 Jul 91 09:27:14 -0700
Date: Fri, 5 Jul 91 09:27:14 -0700
Message-Id: <9107051627.AA19014@postgres.Berkeley.EDU>
From: postgres@jdsds1.ir.miami.edu (Raymond D. Frost)
Subject: copy command
To: postgres@postgres.berkeley.edu

Given that the following file "mytest" has been created with the attributes
separated by tabs:

	"Joe"	1400.0	40	"shoe"
	"Sam"	1200.0	29	"toy"
	"Bill"	1600.0	36	"candy"
	.

Can you tell me why I get the following error message when using the
copy command to load the emp class?

	* copy emp() from "~postgres/doc/tutorials/mytest" \g

	Query sent to backend is "copy emp() fromm
	"~postgres/doc/tutorials/mytest" "
	Enter info followed by a newline
	End with a dot on a line by itself.
	>> .
	Error: Unexpected response from the backend, exiting...

Moreover despite the error message, the class does get loaded with the
values.

Thanks, Raymond Frost.

