Steps to use pl/pgtcl
Hi,
If I am planning to use the procedures/packages present in an sql server in postgresql, can I do it by using pl/pgtcl feature of postgresql? If yes, What shall be my initial and major steps. I am new to postgresql , kindly help me.
Thanks,
Mamatha
If you install using a package manager, you might only have to install
the postgresql-pltcl (or similarly named) package, then do
createlang pltcl mydatabase
from the command line and you are ready to go. If you build from
source, you have to worry about prerequisites yourself.
Show quoted text
On Thu, Sep 15, 2011 at 10:23 PM, <Mamatha_Kagathi_Chan@dell.com> wrote:
Hi,
If I am planning to use the procedures/packages present in an sql server in
postgresql, can I do it by using pl/pgtcl feature of postgresql? If yes,
What shall be my initial and major steps. I am new to postgresql , kindly
help me.Thanks,
Mamatha