who can use plpgsql?

From: Jinsoo Hwang <jshwang(at)anova(dot)inha(dot)ac(dot)kr>
To: pgsql-general(at)postgresql(dot)org
Subject: who can use plpgsql?
Date: 2000-10-18 01:06:26
Message-ID: Pine.WNT.4.10.10010180958240.-199957@jshwang.inha.ac.kr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I am running a small db-class using postgresql.
While I was trying to use PL/pgSQL, I found out
that I need to do createlang first.
But in my default setup, only the user which
has createuser privillege can use that command.
So, as a postgres super user I did update
the pg_shadow table to give students
usesuper value to 't' which seems to me
overprivilleged(?).
Is there any way to control this problem?
I did look into the manual but... :-(
Thanks in advance.

Jinsoo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message The Hermit Hacker 2000-10-18 01:10:32 RE: DOUBLE MESSAGE
Previous Message Eustace, Glen 2000-10-18 00:01:53 RE: Stumped on PlPgSql