<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [postgis-users] Update Error</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>ST_GeomFromText takes the form ST_GeomFromText('POINT(' || raw.x || ' ' || raw.y || ')', 102249)<BR>
<BR>
Anyrate for point geometries its more efficient to use ST_MakePoint  so something like<BR>
<BR>
<BR>
UPDATE recent<BR>
SET xypoint = ST_SetSRID(ST_MakePoint(raw.x, raw.y),102249)       <BR>
from raw<BR>
where recent.casenum=raw.casenum;<BR>
<BR>
Hope that helps,<BR>
Regina<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: postgis-users-bounces@postgis.refractions.net on behalf of Donald Ijams<BR>
Sent: Tue 8/5/2008 6:00 PM<BR>
To: postgis-users@postgis.refractions.net<BR>
Subject: [postgis-users] Update Error<BR>
<BR>
When I attempt to update a geometry column from a field in another table<BR>
with:<BR>
<BR>
UPDATE recent<BR>
SET xypoint = ST_GeomFromText((raw.x, raw.y),102249)       <BR>
from raw<BR>
where recent.casenum=raw.casenum;<BR>
<BR>
I get:<BR>
<BR>
*SQL error:*<BR>
<BR>
ERROR:  function st_geomfromtext(record, integer) does not exist<BR>
LINE 3: xypoint = ST_GeomFromText((raw.x, raw.y),102249) <BR>
                  ^<BR>
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.<BR>
<BR>
<BR>
Probably something simple, but I'm not seeing it.<BR>
<BR>
Don<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>
<HTML><BODY><P><hr size=1></P>
<P><STRONG>
The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.
</STRONG></P></BODY></HTML>

<P><hr size=1></P>
<P><STRONG><font size="2" color="339900"> Help make the earth a greener place. If at all possible resist printing this email and join us in saving paper. </p> <p> </font></STRONG></P>