Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA08532; Wed, 8 Jul 92 06:08:25 -0700
Date: Wed, 8 Jul 92 06:08:25 -0700
Message-Id: <9207081308.AA08532@postgres.Berkeley.EDU>
From: sud@philabs.Philips.Com  (Sudheer R. Vangati)
Subject: append
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
Cc: mummy!sud@uunet.UU.NET

I am saving all the tuple values in an array and then trying to append
using the PQexec function.
1) only the first four characters of the tuple value is getting stored
under a field.
2) it is not recognizing the where qualification (when I use append in the
Pqexec  function).It works fine (i.e recognizes the where qualification)
when I use replace instead of append.

Am I missing something?
By the way, all my fields are of type text.
Thanx in advance.
