There ara three big bug with postgresql db. 1: when I open a function/view in editor the schema is missing before the function name, This cause the edited object will be create in public schema, I must write the schema name before compiling. 2: when open a view in edit mode, the parameter list in reverse order than in select list, I must delete these 3: when I open a function in edit mode, the function parameters default values are missing.I must rewrite them always.
↧