permission denied to create extension "ltree" Must be superuser to create this extension.

From: "krzf83(at)gmail(dot)com " <krzf83(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: permission denied to create extension "ltree" Must be superuser to create this extension.
Date: 2012-03-10 03:57:44
Message-ID: CAJ1PRS=ADhRd+4+mAR8fcNU2ykZd3m0r5z=JnbQSpEFrq2CjUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

psql (9.1.2)

CREATE EXTENSION ltree;
ERROR: permission denied to create extension "ltree"
HINT: Must be superuser to create this extension.

Why does ltree require superuser privledge? Is it dangerous and allow
circumventing server security? No mention of this in manual so it is
either documentation problem or a too strict check problem. Which one
is that?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Donald Kerr 2012-03-10 08:16:00 Re: advice on Replication for a Specific Scenario
Previous Message PgSQL 2012-03-10 03:48:24 Re: Error installing postgresq91-python package