Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA14361; Fri, 4 Sep 92 17:37:56 -0700
Date: Fri, 4 Sep 92 17:37:56 -0700
From: Zhe Li <li@ground.cs.columbia.edu>
Subject: DB population problem
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Message-Id: <CMM.0.90.2.715653479.li@ground.cs.columbia.edu>


I have a flat table of data and want to insert them in a table just created.
Hating to write a  specific program to do this, I simply create a file
with all postquel statements(a set of append(attr_i=value_i) ). After I
invoke emacs in monitor mode and cp the file to the "/tmp/PQxxxxx", I type
"\g". A silent answer given by the system is "memory fault". 

Any idea about this?( It seems I do have the write permission to the
temporary file that emacs creates ,though). Any better way to populate a
database? Any facility such as "monitor -f postquelfile " ?


Thanks!
--zhe li
