I use extensions and still haven't had a problem. Now I create a new one, and when I call create an extension util; I ended up in PG 9.2:
$ create extension util; FEHLER: Syntaxfehler bei "" ZEILE 1: create a util extension;
and in PG 9.1: CREATE EXTENSION util; ERROR: syntax error at or near "create" LINE 1: CREATE EXTENSION util;
I have a utility - 1.0.sql, and even when this file is empty, I get an error. my util.control looks like this:
comment ='Hilfsfunktionen fΓΌr Updateskripte' default_version = '1.0' schema=system
Any clues? Rolf
source share