One way to see if everything works: $ sudo dpkg --install postgresql-8.1-plr_0.6.2-4ubuntu1.1~demo1_i386.deb # install it $ sudo su - postgres # become the postgres user $ createdb plr_test; # create test db $ psql plr_test < /usr/share/postgresql/8.1/plr.sql # load PLR functions $ psql plr_test; # connect to DB plr_test=# SELECT reload_plr_modules(); # test if the functions work. reload_plr_modules -------------------- OK (1 row)
-- postgresql-8.1-plr for Feisty missing plr.so and plr.sql https://bugs.launchpad.net/bugs/122183 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
