From: Seneca C. <te...@gm...> - 2006-11-06 07:13:41
|
On Mon, Nov 06, 2006 at 01:00:31AM -0600, John W. Foster wrote: > Can someone tell me what to do about this error. Docs are not real clear on > what is going on. This is an error generated when I try to set up any new > dataset. This same thing happened when I tried to use the Debian packages. > This error is from the tarball installation using setup.perl and installing > from the internet. [...] > ERROR: language "plpgsql" does not exist > HINT: You need to use "createlang" to load the language into the database. You need to run 'createlang plpgsql template1' at the command line as the database user before creating a dataset. If the database is already created, run "createlang plpgsql $DBNAME" instead. -- Seneca te...@gm... |