Thread: plpgsql

plpgsql

From
"Dorward Villaruz"
Date:
good morning, where can i download plpgsql?

Re: plpgsql

From
Tom Jenkins
Date:
Dorward Villaruz wrote:
> good morning, where can i download plpgsql?

it should be included in your postgresql tar

if you used a binary package all you should need to do is
/path/to/pg/bin/createlang plpgsql <dbname>

Tom