On 22.01.2013 15:31, [email protected] wrote:
The statement: 'CREATE EXTENSION uuid-ossp'just gives me a syntax error: ERROR: syntax error at or near "-" LINE 1: CREATE EXTENSION uuid-ossp ^ ********** Fehler ********** ERROR: syntax error at or near "-" SQL Status:42601 Zeichen:22 Obviously "CREATE EXTENSION" expects underscores instead of hyphens.
Try: CREATE EXTENSION "uuid-ossp" - Heikki -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
