April,
Try http://www.kurup.com/acs/openacs4/postgres.html
I had to install pl/psql and knew nothing about it. I think you'll find
almost everything on the net. Although I find Unix(FreeBSD) terribly
complex, I usually find the answer to my problems by just good old "common
sense" and a lot of searching... :))
Philip Jourdan
At 03:05 PM 4/14/2002 -0400, you wrote:
>I went to the pdocs and read about createlang script, and found createlang
>script in my
>
>/usr/local/pgsql/bin
>
>but when I type various things to try to even list my installed languages -
>let alone install plpgsql - which I thought came automatically installed? -
>I keep getting
>
>Command not found.
>
>I ls and I see createlang in the dir I'm in.
>
>I type things like: (my db is named rbl)
>
>createlang -l rbl
>createlang -l -drbl
>createlang -l -d rbl
>createlang -l template1
>createlang -l
>createlang
>
>all return the same "Command not found"