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 [EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ sql-ledger-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sql-ledger-users
