BUG #6524: lpermission denied to create extension "ltree". Must be superuser to create this extension.

From: spamik(at)yum(dot)pl
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6524: lpermission denied to create extension "ltree". Must be superuser to create this extension.
Date: 2012-03-10 03:50:16
Message-ID: E1S6DJw-0003Vg-FA@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6524
Logged by: naox
Email address: spamik(at)yum(dot)pl
PostgreSQL version: 9.1.3
Operating system: linux
Description:

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message koizumistr 2012-03-11 05:41:41 BUG #6525: t_infomask2 is uint16, not int16
Previous Message Dimitri Fontaine 2012-03-08 22:41:14 Re: Extension tracking temp table and causing update failure