<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<DEFANGED_META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<DEFANGED_META content="MSHTML 6.00.2800.1141" name=GENERATOR>
 <!-- <DEFANGED_STYLE> --> </DEFANGED_STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm trying to run d.what.v.pg in 5.0.2 CVS head in 
the command line mode. It fails with an error if I select a text column from the 
database.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT size=2><FONT 
face=Arial><FONT size=2>
<DIV>Executing</DIV>
<DIV>SELECT * from POLBNDA_area where nam=8222</DIV>
<DIV>--------------------</DIV>
<DIV>Error: select Postgres:ERROR: Unable to identify an operator '=' for types 
'text' and 'integer'</DIV>
<DIV>You will have to retype this query using an explicit cast</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>If I select a numeric column, I get no error but also get no results: it 
returns "0 rows selected". It looks like buildPg.c is assigning the category 
value from dig_cats to the variable that is supposed to hold the search results. 
Does anyone know how this is supposed to 
work?</DIV></FONT></FONT></FONT></BODY></HTML>