guest wrote (Mon, Mar 6 2006 17:36:36):

> maybe this sql statement support could be added to db.execute as well:
> 
> this doesn't work:
> echo "SELECT gkz,name,bev0100,bevm0100,bevw0100 FROM stand,testregion WHERE
> plz = gkz" | db.execute
> 
> this is fine:
> echo "SELECT gkz,name,bev0100,bevm0100,bevw0100 FROM stand,testregion WHERE
> plz = gkz" | psql -U dassau ifak

By accident I have laerned today that db.execute is not supposed to support
SELECT query. We have db.select for that. In that case, do we call the case
closed?

Maciek


-------------------------------------------- Managed by Request Tracker

_______________________________________________
grass-dev mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grass-dev

Reply via email to