BF[2869715] dba_free_space does not exists on postgres

https://sourceforge.net/tracker/?func=detail&aid=2869715&group_id=176962&atid=879332
This commit is contained in:
trifonnt 2009-09-29 13:53:23 +00:00
parent 46ddcdf4a2
commit edf6266ce0
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- Sep 29, 2009 3:42:58 PM CEST
-- For Oracle this BUG do not applay as this view exists on Oracle Server!
-- BF[2869715] - dba_free_space does not exists on postgres
-- https://sourceforge.net/tracker/?func=detail&aid=2869715&group_id=176962&atid=879332
--UPDATE AD_AlertRule SET IsActive='N',Updated=TO_TIMESTAMP('2009-09-29 15:42:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_AlertRule_ID=100
--;

View File

@ -0,0 +1,5 @@
-- Sep 29, 2009 3:42:58 PM CEST
-- BF[2869715] - dba_free_space does not exists on postgres
-- https://sourceforge.net/tracker/?func=detail&aid=2869715&group_id=176962&atid=879332
UPDATE AD_AlertRule SET IsActive='N',Updated=TO_TIMESTAMP('2009-09-29 15:42:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_AlertRule_ID=100
;