plpgsql

Started by Dorward Villaruzalmost 24 years ago2 messagesgeneral
Jump to latest
#1Dorward Villaruz
dorwardv@ntsp.nec.co.jp

good morning, where can i download plpgsql?

#2Tom Jenkins
tjenkins@devis.com
In reply to: Dorward Villaruz (#1)
Re: plpgsql

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