Hello
I'm working with PgAdmin III, and it's really a great tool.
During my work with it, if found some points, where you could enhance
the tool. At least I've found nothing in docs, when it's already
implemented.
1. It would by nice, when the editing window for function and triggers
have a line
Hello
This is what I get in Version 3:
-- Function: cobra.code_gebiet(varchar, int4, int4, int4)
-- DROP FUNCTION cobra.code_gebiet(varchar, int4, int4, int4);
CREATE OR REPLACE FUNCTION cobra.code_gebiet(varchar, int4, int4, int4)
RETURNS varchar AS
''
LANGUAGE 'plpgsql' VOLATILE;
in Ve