Re: Steps to use pl/pgtcl

From: Ian Harding <harding(dot)ian(at)gmail(dot)com>
To: Mamatha_Kagathi_Chan(at)dell(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Steps to use pl/pgtcl
Date: 2011-09-16 15:45:19
Message-ID: CAMR4UwGBd0d7BtD1TUmXPe1cOjM644D-y6cVrkhNcrJR_y_jKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

On Thu, Sep 15, 2011 at 10:23 PM, <Mamatha_Kagathi_Chan(at)dell(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2011-09-16 15:53:51 Re: Log Apply Delay
Previous Message Ian Harding 2011-09-16 15:41:34 Re: Log Apply Delay