Return-Path: sunita
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA08457; Thu, 10 Jun 93 12:43:29 -0700
Date: Thu, 10 Jun 93 12:43:29 -0700
Message-Id: <9306101943.AA08457@postgres.Berkeley.EDU>
From: <sunita@postgres.berkeley.edu>
Subject: Re: confusion with copy command
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

>	Is this the proper command:
>
>	copy pg_classname from file.ascii

yes it is.
>
>	- does the 'to' and 'from' arguments apply to the class, or file ?
it applies to the file

>	Secondly, I do not understand what the format description means
>	at the bottom of the man page. Does it apply to all files, or
>	only to binary files ??? 
Only to binary files.

>	What does totalength refer to  - the
>	number of uint32's in the instance ?
The total length of the data following it -- includes the length of the null description
and the <data> field.

