Re: [GENERAL] Can't drop a view ("view does not exist") that has an entry in "INFORMATION_SCHEMA.views"

2014-11-17 Thread Klaus Hofeditz ]project-open[
Hi Guillaume  splendid - tx! ./k On 17/11/2014 22:53, Guillaume Lelarge wrote: Le 17 nov. 2014 22:49, "Klaus Hofeditz ]project-open[" <klaus.hofed...@project-open.com> a écrit : > > Hi guys, >

[GENERAL] Can't drop a view ("view does not exist") that has an entry in "INFORMATION_SCHEMA.views"

2014-11-17 Thread Klaus Hofeditz ]project-open[
Hi guys, I need to drop a view in order  to alter a type of a column: numeric(12,1) ->  numeric(12,2): ERROR:  cannot alter type of a column used by a view or rule DETAIL:  rule _RETURN on view "TransTasksCube" depends on column "billable_units" Trying