From ee6e7cdde814dac4ca5c4a581781a9d115d7f652 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 18 Jan 2016 01:04:13 +0100 Subject: [PATCH] pg fix delete cache --- cache/qq/SYS_CACHE_DELETE_ALL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/qq/SYS_CACHE_DELETE_ALL.php b/cache/qq/SYS_CACHE_DELETE_ALL.php index 12a24ad..53c0dec 100644 --- a/cache/qq/SYS_CACHE_DELETE_ALL.php +++ b/cache/qq/SYS_CACHE_DELETE_ALL.php @@ -2,7 +2,7 @@ namespace SYSTEM\SQL; class SYS_CACHE_DELETE_ALL extends \SYSTEM\DB\QQ { public static function get_class(){return \get_class();} - public static function pqsql(){return + public static function pgsql(){return 'DELETE FROM system.cache;'; } public static function mysql(){return