[Greater-commits] r201 - trunk/GREAT-ER-DB/trunk/impl/postgresql

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 14 18:12:31 CEST 2011


Author: aheinecke
Date: 2011-06-14 18:12:30 +0200 (Tue, 14 Jun 2011)
New Revision: 201

Modified:
   trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc
Log:
Postgresql does case sensitive comparisons so look for the owner
of CATCH_TAB instead of catch_tab


Modified: trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc
===================================================================
--- trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc	2011-06-14 14:56:45 UTC (rev 200)
+++ trunk/GREAT-ER-DB/trunk/impl/postgresql/gdagreater_pg.pgc	2011-06-14 16:12:30 UTC (rev 201)
@@ -4160,7 +4160,7 @@
 		where c.relkind IN ('r','')
 		 AND c.relname !~ '^pg_' 
 		 AND u.usename = :h_user_id 
-		 AND c.relname = 'CATCH_TAB';
+		 AND c.relname = 'catch_tab';
 
   if (NULL)
     {



More information about the Greater-commits mailing list