[GRASS-SVN] r34298 - grass/trunk/db/drivers/postgres

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 15 10:08:08 EST 2008


Author: neteler
Date: 2008-11-15 10:08:08 -0500 (Sat, 15 Nov 2008)
New Revision: 34298

Modified:
   grass/trunk/db/drivers/postgres/grass-pg.html
Log:
Add notice about unsupported C-like escapes in PG SQL (merge from develbranch_6)

Modified: grass/trunk/db/drivers/postgres/grass-pg.html
===================================================================
--- grass/trunk/db/drivers/postgres/grass-pg.html	2008-11-15 15:06:59 UTC (rev 34297)
+++ grass/trunk/db/drivers/postgres/grass-pg.html	2008-11-15 15:08:08 UTC (rev 34298)
@@ -35,6 +35,8 @@
 
 All SQL commands supported by PostgreSQL.
 
+It's not possible to use C-like escapes (with backslash
+like \n etc) within SQL syntax. 
 
 <H2>Operators available in conditions</H2>
 



More information about the grass-commit mailing list