Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA14132; Wed, 8 Jan 92 14:23:44 -0800
Date: Wed, 8 Jan 92 14:23:44 -0800
Message-Id: <9201082223.AA14132@postgres.Berkeley.EDU>
From: tait@sml11.ecs.umass.edu
Subject: Quotes in Strings
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
X-Organization: University of Massachusetts, Amherst, MA 01003
X-Time: Wed Jan  8 17:17:18 1992


I am trying to insert a string into a table, however the  string
itself has quotes in it, so understandably when I try to apend a
string from the monitor I get an error : 

append ProcessSteps ( Station = "Sta1", Entity = "Product", StepNumber = 0.500
, Operand = "'FASSIGN("*;ExpectedOpTime",FVAL("OPERATION:OprName=Op1;%%sTime",CV
AL("*;Entity")));' " )

WARN:Jan  8 16:41:03:parser: syntax error at or near ";"

The field Operand is defined as char[100] 

Does anyone have any ideas how I can overcome this problem ?

Thanks

Ed
