[GRASS-SVN] r34296 -
grass/branches/develbranch_6/db/drivers/postgres
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 15 07:40:50 EST 2008
Author: marisn
Date: 2008-11-15 07:40:49 -0500 (Sat, 15 Nov 2008)
New Revision: 34296
Modified:
grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html
Log:
Add notice about unsupported C-like escapes in PG SQL
Modified: grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html
===================================================================
--- grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html 2008-11-14 20:40:25 UTC (rev 34295)
+++ grass/branches/develbranch_6/db/drivers/postgres/grass-pg.html 2008-11-15 12:40:49 UTC (rev 34296)
@@ -35,6 +35,7 @@
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