Re: Installation of plpgsql using createlang comand

From: Godshall Michael <Michael_Godshall(at)gmachs(dot)com>
To: "'Brian G(dot) Huber'" <brianghuber(at)yahoo(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Installation of plpgsql using createlang comand
Date: 2003-11-20 22:17:37
Message-ID: A596FA3368757645AF862C701495CA0001B449F5@hor1mspmx01.gmachs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

What are running the command in?

If you are using pgadminIII do in sql window

CREATE PROCEDURAL LANGUAGE 'plpgsql'
HANDLER plpgsql_call_handler;

-----Original Message-----
From: Brian G. Huber [mailto:brianghuber(at)yahoo(dot)com]
Sent: Thursday, November 20, 2003 4:08 PM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] Installation of plpgsql using createlang comand

Hello all -

I am getting "ERROR: No namespace has been selected to create in" when I
try to use the createlang utility with the syntax-

createlang plpgsql dev

(where dev is DBNAME). I can't seem to find any info in the docs on this.
Using 7.3.4 on Linux RedHat9.0. Any suggestions on how to install plpgsql
greatly appreciated. Thanks,BGH

Browse pgsql-novice by date

  From Date Subject
Next Message Bryan Encina 2003-11-20 23:03:29 Re:
Previous Message Brian G. Huber 2003-11-20 22:08:00 Installation of plpgsql using createlang comand